Trigger workflow transition
POST/api/v1/workflow/instances/:id/transitions/:transitionId/trigger
Moves the workflow instance to the next state by firing the specified transition. Returns the updated instance. For transitions with an approval schema the instance enters a pending-approval state.
Request
Responses
- 200
OK