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

### I tried this: The https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#extension section states that the `before` and `after` types are of type `[map[string, task]]`, and the Rust SDK implements them as as `HashMap` https://github.com/serverlessworkflow/sdk-rust/blob/main/core/src/models/extension.rs#L17-L23: ```...

type: bug

### Background During a maintainer sync (@ricardozanini, @JBBianchi, @geomagilles, @mrsimonemms, and Handrey), we discussed the need for a **shared editor for the CNCF Workflow Specification** that can be used by...

type: feature

### What would you like to be added? TL;DR: Drop “Serverless” — rename to CNCF Workflow Specification because the spec now spans far beyond serverless, and the old name limits...

change: documentation
area: spec
area: governance

The test expects the endpoint to be resolved into `https://petstore.swagger.io/v2/pet/1` https://github.com/serverlessworkflow/specification/blob/c46f1ccc172dfea27ec5fbfad4ef9e6c9fb8dd27/ctk/features/data-flow.feature#L78 ``` # Tests using non-object output Scenario: Use Non-object Output Given a workflow with definition: """yaml document: dsl: '1.0.0'...

area: ctk
type: bug