serverlessworkflow / specification

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.
http://serverlessworkflow.io
Apache License 2.0
745 stars 147 forks source link

Add `reference` property to the `TaskDescriptor` object #964

Closed cdavernas closed 3 months ago

cdavernas commented 3 months ago

What would you like to be added:

Add a new reference property to the TaskDescriptor object.

Why is this needed:

Allows authors to reference a specific task while running a flow. This is particularly important for runtime feedbacks, such as logs.

cdavernas commented 3 months ago

Closed as completed by #965