Annotation Type Workflow


  • @Target({METHOD,TYPE})
    @Retention(SOURCE)
    public @interface Workflow
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name
      Name of the Workflow for Restate.
    • Element Detail

      • name

        java.lang.String name
        Name of the Workflow for Restate. If not provided, it will be the FQCN of the annotated element.
        Default:
        ""