Package io.temporal.workflow
Annotation Type WorkflowVersioningBehavior
-
@Retention(RUNTIME) @Target(METHOD) public @interface WorkflowVersioningBehaviorIndicates the versioning behavior of this workflow. May only be applied to workflow implementations, not interfaces.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description VersioningBehaviorvalueThe behavior to apply to this workflow.
-
-
-
Element Detail
-
value
VersioningBehavior value
The behavior to apply to this workflow. SeeVersioningBehaviorfor more information.
-
-