Sha256: c6d7a08216866a25cda0ebceac2a3b2bae52fa5b279e744a88b96d25b34cb88f
Contents?: true
Size: 677 Bytes
Versions: 2
Compression:
Stored size: 677 Bytes
Contents
{ "Comment": "Parallel Example.", "StartAt": "FunWithMath", "States": { "FunWithMath": { "Type": "Parallel", "End": true, "Branches": [ { "StartAt": "Add", "States": { "Add": { "Type": "Task", "Resource": "docker://docker.io/agrare/sleep:latest", "End": true } } }, { "StartAt": "Subtract", "States": { "Subtract": { "Type": "Task", "Resource": "docker://docker.io/agrare/sleep:latest", "End": true } } } ] } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
floe-0.15.1 | examples/parallel.asl |
floe-0.15.0 | examples/parallel.asl |