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
733 stars 146 forks source link

Add a property to configure the lifetime of spawned containers #1013

Open cdavernas opened 2 weeks ago

cdavernas commented 2 weeks ago

What would you like to be added:

Add a property to configure the lifetime of spawned containers.

Why is this needed:

Gives authors the ability to decide whether or not to delete containers after executing them, and to eventually define their Time To Live.