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.
What would you like to be added:
Now that we have a runtime object, it would be great if users can access current date in expressions
Therefore, I propose to add
$runtime.now.iso8601
,$runtime.now.epochMillis
and$runtime.now.epochNanos
Why is this needed: