specification
specification copied to clipboard
Serverless Workflow Specification
**What would you like to be added**: Would it make sense to add a structured way to add query parameters to uris when using `call: http`? ```yaml document: {} do:...
# Current Spec The current spec defines the following: - secrets have to be listed under `/use/secrets` ```yaml document: {} use: secrets: - passwordSecret authentications: basicTest: basic: username: user password:...
**Please specify parts of this PR update:** - [ ] Specification - [X] Schema - [ ] Examples - [ ] Extensions - [ ] Use Cases - [ ]...
The [Web Platform Design Principles](https://www.w3.org/TR/design-principles/) are the guidelines for designing web & browser apis. They define their ["Priority of Constituencies"](https://www.w3.org/TR/design-principles/#priority-of-constituencies) > If a trade-off needs to be made, always put...
**Please specify parts of this PR update:** - [x] Specification - [x] Schema - [ ] Examples - [ ] Extensions - [ ] Use Cases - [ ] Community...
**What would you like to be added**: Provide support for using both object and string expressions for `input.from`, `export.as` and `output.as`. **Why is this needed**: - Convenience - Improved readability...
**What would you like to be added**: Fix the script process by: - [ ] Document that runtimes **must** support `js` (executed by `NodeJS`) and `python` (executed by `Python`) by...
**What would you like to be added**: The `output.to` field allows to write data to the context. Is the context merged or overwritten by the data produced by this expression?...
**What would you like to be added**: Add a feature to enable scoping `$context` data. **Why is this needed**: In some specific cases, a user might want to only provide...
**What would you like to be added**: Remove the shell process, as suggested by @fjtirado in https://github.com/serverlessworkflow/specification/pull/859. **Why is this needed**: - Is not portable if not restricted to a...