Contains the official specification for the Serverless Workflow Domain Specific Language. It provides detailed guidelines and standards for defining, executing, and managing workflows in serverless environments, ensuring consistency and interoperability across implementations.
Fixes the schema to make the error.instance property optional (should be added by runtimes, if not set, but not necessarily by authors)
Fixes the schema to make the httpCall.with.body property accept any type instead of object, thus allowing authors to set a string or a runtime expression as the body of an HTTP request
Fix the schema to allow durations to be expressed using ISO 8601 expressions
Please specify parts of this PR update:
Discussion or Issue link:
Closes #851 Closes #989 Closes #990 Closes #993
What this PR does:
error.instance
property optional (should be added by runtimes, if not set, but not necessarily by authors)httpCall.with.body
property accept any type instead ofobject
, thus allowing authors to set a string or a runtime expression as the body of an HTTP requestdurations
to be expressed using ISO 8601 expressions