workflow DAG execution (#4222)
This commit is contained in:
@@ -579,6 +579,10 @@ def convert_to_workflow_run_block(
|
||||
instructions=workflow_run_block_model.instructions,
|
||||
positive_descriptor=workflow_run_block_model.positive_descriptor,
|
||||
negative_descriptor=workflow_run_block_model.negative_descriptor,
|
||||
executed_branch_id=workflow_run_block_model.executed_branch_id,
|
||||
executed_branch_expression=workflow_run_block_model.executed_branch_expression,
|
||||
executed_branch_result=workflow_run_block_model.executed_branch_result,
|
||||
executed_branch_next_block=workflow_run_block_model.executed_branch_next_block,
|
||||
)
|
||||
if task:
|
||||
if task.finished_at and task.started_at:
|
||||
|
||||
Reference in New Issue
Block a user