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
730 stars 146 forks source link

Add namespace property #838

Closed fjtirado closed 3 months ago

fjtirado commented 4 months ago

What would you like to be added:

It would be nice to add an optional namespace property to the specification

Why is this needed: As per latest changes, name and versionuniquely identify a workflow definition. However, it would be nice to group workflow definitions into namespaces, eventually allowing name repetition.

ricardozanini commented 3 months ago

Closed as part of https://github.com/serverlessworkflow/specification/issues/843