Method conventions
execute() is the generated public workflow method for Action, Operation, Query, and UseCase. No other generated type gains that convention from the manifest.
Generated methods
| Type | Method |
|---|---|
| action | execute() |
| operation | execute() |
| query | execute() |
| use-case | execute() |
Constraint
UseCases own transactions; Actions and Operations must not start transactions or emit events. See the workflow rules for their rationale.