Package io.temporal.workflow
Annotation Type WorkflowMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface WorkflowMethodIndicates that the method is a workflow method. Workflow method is executed when workflow is started. Workflow completes when workflow method returns. This annotation applies only to workflow interface methods.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnameName of the workflow type.
-