add inputs for workflow_started event

This commit is contained in:
takatost
2024-04-02 21:13:00 +08:00
parent f7e4f0a988
commit 5a4ea0932a
2 changed files with 4 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class WorkflowStartStreamResponse(StreamResponse):
id: str
workflow_id: str
sequence_number: int
inputs: dict
created_at: int
event: StreamEvent = StreamEvent.WORKFLOW_STARTED