cmmn-reset_stage
cmmn-reset_stageReset a completed stage to active state for re-execution, with optional cascade to downstream dependent items.
Instructions
Resets a completed stage to active state for re-execution. The stage executor can then re-process its child tasks. Use cascade=true to also reset all downstream items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cascade | No | If true, also resets all downstream items that depend on this stage via sentries. Defaults to false. | |
| stage_id | Yes | Stage ID (@rid format) |