{{ stepTitle.name}}
selected
{{ stepTitle.id }}
{{ stepTitle.id }}
{{ stepTitle.index }} {{ stepTitle.code }} {{ stepTitle.leftExtra}}
This step has not been run yet. {{ stepCurrentError ? 'There was an error prior to running this step. More information can be found in the Details panel on the task for the workflow.' : '' }} This step has run twice, {{ osi.countCompleted }} times, most recently This step ran This step is currently running This step has had errors previously and is currently running This step had errors. It ran This step has had errors on all previous runs, including the last run, This step has had errors on some previous runs. It most recently ran in task {{ stepContext.taskId }} which is the one currently loaded on this page. The other sections on this page pertain specifically to this step. in .
The error handler for this step is the task currently loaded on this page. The other sections on this page pertain specifically to the error handler for this step.
The error here triggered a handler in which successfully completed. which threw an error. which is running..
The task currently loaded on this page ({{ task.id }}) is for a previous run of this step.
This step ran . This step ran
.
Error
{{ vm.yamlOrPrimitive(stepContext.error) }}
Step Definition
{{ vm.yamlOrPrimitive(step) }}
{{ key }}
{{ vm.yamlOrPrimitive(value) }}
Output
{{ vm.yaml(stepContext.output) }}
Variables Updated
{{ vm.yaml(osi.workflowScratchUpdates) }}
Output of previous
{{ vm.yamlOrPrimitive(vm.getOutputAndScratchForStep(stepIndex).output) }}
Workflow scratch
{{ vm.yamlOrPrimitive(vm.getOutputAndScratchForStep(stepIndex).workflowScratch) }}
Workflow input
{{ vm.yamlOrPrimitive(workflow.data.input) }}
Name
{{ step.name }}
ID
{{ step.id }}
Step Number
{{ stepIndex+1 }}
All Input
{{ vm.yaml(stepContext.input) }}
CURRENTLY EXECUTINGLAST EXECUTED IN
task {{ stepContext.taskId }} task {{ stepContext.taskId }}
Preceeded by
Step {{ osi.previous[0]+1 }} (task {{ osi.previousTaskId }}) (workflow start)
Followed by
Step {{ osi.next[0]+1 }} (task {{ osi.nextTaskId }}) (workflow end)
Runs
{{ osi.countStarted }}
Succeeded
{{ osi.countCompleted }}
Failed
{{ osi.countStarted - osi.countCompleted - (isCurrentAndActive ? 1 : 0) }}
{{ json }}