specification
specification copied to clipboard
Serverless Workflow Specification
**What seems off**: The include of example sample seems to break the readme layout:  **What you expected to be**: The layout to be nice and clean.
**Many thanks for submitting your Pull Request :heart:!** **Please specify parts of this PR update:** - [x] Specification - [x] Schema - [x] Examples - [ ] Extensions - [x]...
**Many thanks for submitting your Pull Request :heart:!** **Please specify parts of this PR update:** - [x] Specification - [x] Schema - [x] Examples - [ ] Extensions - [...
**Many thanks for submitting your Pull Request :heart:!** **Please specify parts of this PR update:** - [x] Specification - [x] Schema - [x] Examples - [ ] Extensions - [x]...
**What would you like to be added**: Since we introduced `rest` operation type as a shortcut to embed the OpenAPI definition within a workflow, instead of having a different type...
**What would you like to be added**: Only keep one of id or key property in workflow. **Why is this needed**: As the description: ``` The id property defines the...
**What would you like to be added**: An implicit schema should be defined for the function arguments based on the securitySchemes defined in the asyncapi/openapi operation. **Why is this needed**:...
**What would you like to be added**: Support [`functionRef`](https://github.com/serverlessworkflow/specification/blob/main/specification.md#functionref-definition) syntax in [`dataConditions`](https://github.com/serverlessworkflow/specification/blob/main/specification.md#Switch-state-Data-Conditions) for more consistent function reference and explicit argument passing. **Why is this needed**: Currently, `dataConditions` can reference reusable...
**What would you like to be added**: Define specific rules when merging action output by default **Why is this needed**: So far, the spec mandates that the output of an...
## What would you like to be added? Refactor `errors`, like discussed many times over the years 😄 ## Why is this needed? To use a well-defined schema that provides...