Annotation Type WorkflowVersioningBehavior


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkflowVersioningBehavior
    Indicates 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
      VersioningBehavior value
      The behavior to apply to this workflow.