Annotation Type WorkflowMethod


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkflowMethod
    Indicates 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.String name
      Name of the workflow type.
    • Element Detail

      • name

        java.lang.String name
        Name of the workflow type. Default is {short class name}
        Default:
        ""