Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-9772

[Operator] Support multiple flows definitions in SonataFlow CR

XMLWordPrintable

      As defined in KOGITO-9744, we are now implementing the decided approach of having multiple flow definitions within SonataFlow CR. We will preserve the spec.flow for backward compatibility.

      apiVersion: sonataflow.org/v1alpha08
      kind: SonataFlow
      metadata: 
        name: greeting-collection
      spec: 
        flows: 
        - id: greeting 
          ....
        - id: hola
          ....
      

      The spec.flows.id will define the inner paths for the deployed workflow. When using spec.flow the CR's name will be used as the default id, as it's today.

              rhn-support-zanini Ricardo Zanini
              rhn-support-zanini Ricardo Zanini
              Tristan Radisson Tristan Radisson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: