-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened:
Currently, the SDK model defines data conditions of switch states as requiring a transition, this doesn't match the spec as it's outlined that either end or transition can be specified
Spec: https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md#switch-state-data-conditions
Implementation:
sdk-java/api/src/main/resources/schema/switchconditions/datacondition.json
Lines 26 to 29 in cefa865
"required": [ | |
"condition", | |
"transition" | |
] |
What you expected to happen:
SDK adheres to spec as defined
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md#switch-state-data-conditions
Environment:
- Specification version used: 0.8
luciangi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working