Skip to content

Way Create run steps

Create one or more steps for a run.
LabelTypeRequiredDescription
IDstringyes

ID of the run, or, for convenience while integrating your system with Way, a process ID, followed by an @ sign, followed by the original_id specified upon creation.

Modestringno

Run step creation mode. once (default) will create a single next step. afap is "as far as possible", i.e. fill the run with steps up to the point where there is more than one choice. If this parameter is omitted but the stop_after parameter is provided, afap will be used.

Stop afterstringno

ID or original_id of the node to stop after. If the mode parameter is empty or set to something else than afap, this parameter is ignored. If the parameter is invalid, the run will be created up to the point where there is more than one choice (i.e. afap). If both parameters are omitted, one step will be created (once).

No examples yet.