loop_over, current_value and current_index in the workflow_run_blocks table (#1425)

This commit is contained in:
Shuchang Zheng
2024-12-23 01:13:25 -08:00
committed by GitHub
parent 2029c0c41f
commit 68dae6dddd
5 changed files with 71 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ class WorkflowRunBlock(BaseModel):
loop_values: list[Any] | None = None
# block inside a loop block
current_item: Any | None = None
current_value: str | None = None
current_index: int | None = None