cmmn-create_planning_table
cmmn-create_planning_tableCreate a planning table to control which discretionary items can be added to a case or stage at runtime.
Instructions
Creates a Planning Table that defines which discretionary items can be added at runtime to a stage or case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applies_to | No | Stage or Case ID this table applies to | |
| applies_to_type | No | Type: 'stage' or 'case' | |
| authorized_roles | No | Roles allowed to add items from this table | |
| available_items | No | List of PlanItemDefinition IDs that can be added | |
| case_id | Yes | Case ID (@rid format) | |
| description | No | What discretionary items are available | |
| name | Yes | Planning table name |