Workflow Run
Reset workflow run
Resetting the workflow run leads to:
- change its workflow status to in_review
- empty annotation's assignees
- set the annotation status to to_review
- create workflow activity of action pushed_back
post/api/v1/workflow_runs/{workflowRunID}/reset
Path parameters
workflowRunIDinteger required
A unique integer value identifying this workflow run.
Request body
Example request
{
"note_content": "Resetting due to invalid due date."
}Response
OK
Example response
{
"annotation_status": "to_review",
"workflow_status": "in_review"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.