mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat/trigger: support specifying root node (#24388)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@ -25,6 +25,7 @@ class TriggerData(BaseModel):
|
||||
app_id: str
|
||||
tenant_id: str
|
||||
workflow_id: Optional[str] = None
|
||||
root_node_id: str
|
||||
inputs: Mapping[str, Any]
|
||||
files: Sequence[Mapping[str, Any]] = Field(default_factory=list)
|
||||
trigger_type: WorkflowRunTriggeredFrom
|
||||
|
||||
Reference in New Issue
Block a user