cml_add_command
Add a command to an aggregate within a bounded context. Specify command name and attributes to model domain actions.
Instructions
Add a command to an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the command | |
| attributes | No | Command attributes | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |