cmmn-reset_stage
cmmn-reset_stageReset a completed CMMN stage to active state, allowing re-execution of its child tasks. Use cascade option to also reset dependent downstream 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) |