Skip to content

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

TypeMethod
actionexecute()
operationexecute()
queryexecute()
use-caseexecute()

Constraint

UseCases own transactions; Actions and Operations must not start transactions or emit events. See the workflow rules for their rationale.