Skip to content

Implement a simple data flow and JQ expression processing #222

@ricardozanini

Description

@ricardozanini

As a start to have the base reference implementation, it should validate the do scenario listed in the CTK https://github.com/serverlessworkflow/specification/blob/main/ctk/features/set.feature.

Essentially, it is a basic flow with the Set task and JQ data processing.

Example:

    document:
      dsl: '1.0.0-alpha5'
      namespace: default
      name: set
      version: '1.0.0'
    do:
      - setShape:
          set:
            shape: circle
            size: ${ .configuration.size }
            fill: ${ .configuration.fill }

Metadata

Metadata

Assignees

Labels

spec implSpecification Implementation reference work

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions