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**: Generate modern uses cases for the DSL. **Why is this needed**: Provide newcomers with high level use cases of what can be achieved...

change: documentation
area: ctk

**What would you like to be added**: Translate/optimize pre `1.0.0-alpha1` examples. Examples, like everything else, should be written in YAML, for the sake of readability and to leverage at best...

change: documentation
area: ctk

Currently we can write ``` set: name: Javi ``` or ``` set: name: ${.input.name} ``` However $ is a reserved keyword in JQ and {} are used in json, think...

change: feature
area: spec

**Please specify parts of this PR update:** - [ ] Specification - [ ] Schema - [ ] Examples - [ ] Extensions - [ ] Use Cases - [...

area: cicd

## What Would You Like to See Added? Introduce a new `containers` property to the workflow's resources. ## Why Is This Needed? Currently, both `shell` and `script` processes are expected...

change: documentation
change: feature
area: spec
change: breaking
area: ctk
Stale Issue
backlog

### Discussed in https://github.com/serverlessworkflow/specification/discussions/978 Originally posted by **matthias-pichler** August 19, 2024 Currently the default output behavior for the `call: http` task is `content` which returns the content (i.e. body) of...

change: fix
change: documentation

**Please specify parts of this PR update:** - [x] Specification - [x] Schema - [x] Examples - [ ] Extensions - [ ] Use Cases - [ ] Community -...

change: documentation
change: feature
area: spec

**What would you like to be added**: As discussed in #928, there are a few use cases where metadata information is useful such as when designing a graphical interface for...

change: feature
area: spec

**Please specify parts of this PR update:** - [x] Specification - [x] Schema - [ ] Examples - [ ] Extensions - [ ] Use Cases - [ ] Community...

change: documentation
change: feature
area: spec

**What would you like to be added**: Currently the DSL states for the [switch case](https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#switch-case) that: `when` > A runtime expression used to determine whether or not the case matches....

change: fix
change: documentation
area: spec