You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class WorkflowEventInterruptData(CozeModel):
# The workflow interruption event ID, which should be passed back when resuming the workflow.
# 工作流中断事件 ID,恢复运行时应回传此字段。
event_id: str
# The type of workflow interruption, which should be passed back when resuming the workflow.
# 工作流中断类型,恢复运行时应回传此字段。
type: int