We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
do
Essentially, it is a basic flow with the Set task and JQ data processing.
Set
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 }
The text was updated successfully, but these errors were encountered:
Fix serverlessworkflow#222 - (WIP): Basic raw implementation for DSL …
5b9c322
…1.0.0 Signed-off-by: Ricardo Zanini <[email protected]>
ricardozanini
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: