Description
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 }