workflow run block description generation (#1482)
This commit is contained in:
@@ -15,6 +15,7 @@ class WorkflowRunBlock(BaseModel):
|
||||
workflow_run_block_id: str
|
||||
workflow_run_id: str
|
||||
organization_id: str | None = None
|
||||
description: str | None = None
|
||||
parent_workflow_run_block_id: str | None = None
|
||||
block_type: BlockType
|
||||
label: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user