Click on a step to see its details
{#if schema}No input schema
{/if} {:else if stepDetail == 'Result'}End of the flow
{:else if typeof stepDetail != 'string' && stepDetail.value}An identity step returns its inputs as outputs
{:else if stepDetail.value.type == 'rawscript'}{stepDetail.value.lock}
{:else}
There is no lockfile for this inline script
{/if}Iterator expression:
{#if stepDetail.value.iterator.type == 'static'}All branches will run, regardless of the inputs
{:else if stepDetail.value.type == 'branchone'}Only one branch will run based on a predicate
If none of the predicates' expressions evaluated in-order match, this branch is chosen
Step {stepDetail} selected
{/if}