specification icon indicating copy to clipboard operation
specification copied to clipboard

Add a new property used to determine whether or not to await the execution of a process

Open cdavernas opened this issue 1 year ago • 0 comments

What would you like to be added:

Add a new property used to determine whether or not to await the execution of a process

Why is this needed:

Allows authors to fire-and-forget a process, such as a workflow, just like it was possible in previous versions of the DSL.

My proposal is to add a new await (boolean) property to the run concept, thus making that option available to container, script, shell and workflow processes.

cdavernas avatar Aug 25 '24 12:08 cdavernas