-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
1.43.0.Final
-
False
-
None
-
False
-
---
-
---
-
-
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.
- is documented by
-
KOGITO-9744 [Spike] Aggregate multiple workflows/subflows within the same SonataFlow CR
- Closed