serverlessworkflow / specification

Contains the official specification for the Serverless Workflow Domain Specific Language. It provides detailed guidelines and standards for defining, executing, and managing workflows in serverless environments, ensuring consistency and interoperability across implementations.
http://serverlessworkflow.io
Apache License 2.0
740 stars 146 forks source link

Remove need to set "value" and "operator" from data-based switch state #98

Closed tsurdilo closed 4 years ago

tsurdilo commented 4 years ago

What would you like to be added: Remove the need to set "value" and "operator" in data-based switch states. Why is this needed: This can be accomplished with JsonPath expressions only. No need to set comparison values or hard-code the "operator" values which will never be enough.

ricardozanini commented 4 years ago

Impacts SDK.

tsurdilo commented 4 years ago

PR: https://github.com/serverlessworkflow/specification/pull/99

ricardozanini commented 4 years ago

Closes #99