Annotation Type FlowScoped

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Must be equivalent to the Flow.getId() of a defined flow for this application.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String definingDocumentId
      If not empty, declare the defining document id within which the Flow referenced by value() is unique.
    • Element Detail

      • value

        java.lang.String value

        Must be equivalent to the Flow.getId() of a defined flow for this application.

        Since:
        2.2
      • definingDocumentId

        java.lang.String definingDocumentId

        If not empty, declare the defining document id within which the Flow referenced by value() is unique. If empty the, the runtime assumes that all flow ids are unique within the scope of the application.

        Since:
        2.2
        Default:
        ""