mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
feat(api): Implement HITL for Workflow, add is_resumption for start event
This commit is contained in:
@ -101,7 +101,6 @@ class WorkflowTaskData(BaseModel):
|
||||
class WorkflowResumeTaskData(BaseModel):
|
||||
"""Payload for workflow resumption tasks."""
|
||||
|
||||
workflow_trigger_log_id: str
|
||||
workflow_run_id: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user