Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a simple data flow and JQ expression processing #222

Open
ricardozanini opened this issue Jan 22, 2025 · 0 comments
Open

Implement a simple data flow and JQ expression processing #222

ricardozanini opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
spec impl Specification Implementation reference work

Comments

@ricardozanini
Copy link
Member

ricardozanini commented Jan 22, 2025

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 }
@ricardozanini ricardozanini self-assigned this Jan 22, 2025
@ricardozanini ricardozanini added the spec impl Specification Implementation reference work label Jan 22, 2025
ricardozanini added a commit to ricardozanini/sdk-go that referenced this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec impl Specification Implementation reference work
Projects
None yet
Development

No branches or pull requests

1 participant