Completing a form or routing step in the app
A form step is completed when you have finished all the form fields and click the Complete button under the form. That also applies to routing steps, where you select your decision and click Complete.
Completing an automated step
Those steps do not need your input and are completed automatically. If an automated step produces an error, the workflow technical lead is notified by email and can update and restart the step.
Completing steps using API
You can also use our API to complete steps. Use the following information to structure your calls:Field with a simple input form field
Field with an address input
Field with a date input
Field with a number
Field with a checklist
Field with radio button selection
Field with URL input
Field with email input
Field with a drawing
Field with image upload
Field with file upload
Field with user selection dropdown
Field with user selection dropdown (team as assignee)
Instruction
Routing
Return to step
Skip forward (to step)
Stop instance
Note that when an instance is stopped using routing, the complete step endpoint response will containaborted_time instead of completed_time.
Continue
Save a step with a routing button, without selecting any option
(Step is optional, or the goal is to only save)Single-select dropdown (with and without dataset as source)
Multi-select dropdown
Minimal request
Full request
Table
Ensure that the table content injsonResult is a JSON-encoded string representation of the 2D array.
Note that when the provided values are numbers (like the values in column 2 of the above examples), they don’t need to be escaped (
\"\"). For an empty field, escape it with no values provided.


