Annotation Interface RestateWorkflow


@Target(TYPE) @Retention(RUNTIME) @Workflow @RestateComponent public @interface RestateWorkflow
Proxy annotation for Workflow.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the Workflow for Restate.
  • Element Details

    • name

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