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

Data-based switch - allow to define to define workflow completion #126

Closed tsurdilo closed 4 years ago

tsurdilo commented 4 years ago

What would you like to be added: currently there has to be a transition defined to another state in the "default" transition. we should add ability to define workflow completion on default and conditions as well. Why is this needed:

tsurdilo commented 4 years ago

PR for this Issue: https://github.com/serverlessworkflow/specification/pull/128