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

Exhaustively document difference between `schedule.on` and a start `listen` task #972

Closed cdavernas closed 2 months ago

cdavernas commented 3 months ago

What would you like to be added:

Exhaustively document difference between schedule.on and a start listen task.

Why is this needed:

Ensure users understand the (subtle) difference between the two approaches.