cmmn-update_sentry
cmmn-update_sentryUpdate an existing sentry's condition, evaluation mode, guards item, or source reference. Graph edges for Guards and OnPart are automatically recreated when related fields change.
Instructions
Updates a sentry's fields after creation. If guards_item or source_ref change, the corresponding graph edges (Guards/OnPart) are automatically deleted and recreated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition | No | New condition expression or description | |
| condition_type | No | How to interpret condition: expression or description | |
| evaluation_mode | No | New evaluation mode: onPart (remember satisfied parts) or onEvent (re-evaluate each time) | |
| guards_item | No | New item ID this sentry guards. Updates Guards edge in graph. | |
| sentry_id | Yes | Sentry ID (@rid format) | |
| source_ref | No | New source item ID to watch for events. Updates OnPart edge in graph. | |
| standard_event | No | New event that triggers evaluation: complete, terminate, create, update, delete, occur |