Add "Execute on Any Outcome" (Finally) option to blocks - Pair Team request (#4443)
This commit is contained in:
@@ -129,6 +129,7 @@ function getWorkflowElements(version: WorkflowVersion) {
|
||||
aiFallback: version.ai_fallback ?? true,
|
||||
runSequentially: version.run_sequentially ?? false,
|
||||
sequentialKey: version.sequential_key ?? null,
|
||||
finallyBlockLabel: version.workflow_definition?.finally_block_label ?? null,
|
||||
};
|
||||
|
||||
return getElements(
|
||||
|
||||
Reference in New Issue
Block a user