specification icon indicating copy to clipboard operation
specification copied to clipboard

Serverless Workflow Specification

Results 94 specification issues
Sort by recently updated
recently updated
newest added

**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:...

change: documentation
change: feature
area: spec

**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...

change: fix
change: documentation
area: spec

**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...

change: documentation
change: feature
area: spec

**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...

change: fix
change: documentation
area: spec
area: ctk

**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?...

change: documentation
change: feature
area: spec

**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...

change: documentation
change: feature
area: spec
backlog

**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...

change: feature
area: spec