mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
add loop_values, current_value and current_index for WorkflowRunBlock (#1441)
This commit is contained in:
parent
603eab5890
commit
d03957d590
1 changed files with 3 additions and 0 deletions
|
@ -388,6 +388,9 @@ def convert_to_workflow_run_block(
|
|||
continue_on_failure=workflow_run_block_model.continue_on_failure,
|
||||
failure_reason=workflow_run_block_model.failure_reason,
|
||||
task_id=workflow_run_block_model.task_id,
|
||||
loop_values=workflow_run_block_model.loop_values,
|
||||
current_value=workflow_run_block_model.current_value,
|
||||
current_index=workflow_run_block_model.current_index,
|
||||
created_at=workflow_run_block_model.created_at,
|
||||
modified_at=workflow_run_block_model.modified_at,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue