Add means to define the process of an output #1051
Labels
area: spec
Changes in the Specification
change: documentation
Improvements or additions to documentation. It won't impact a version change.
change: feature
New feature or request. Impacts in a minor version change
type: feature
Milestone
What would you like to be added?
As suggested by @matthias-pichler here, we should add a new property to process definitions, used to configure the output.
Proposal(s):
Run
Properties
container
no
Required if
script
,shell
andworkflow
have not been set.script
no
Required if
container
,shell
andworkflow
have not been set.shell
no
Required if
container
,script
andworkflow
have not been set.workflow
no
Required if
container
,script
andshell
have not been set.boolean
no
Defaults to
true
.string
no
Supported values are:
-
stdout
: Outputs the content of the process STDOUT.-
stderr
: Outputs the content of the process STDERR.-
code
: Outputs the process's exit code.-
all
: Outputs the exit code, the STDOUT content and the STDERR content, wrapped into a new processResult object.-
none
: Does not output anything.Defaults to
stdout
.Process Result
Properties
integer
yes
string
yes
string
yes
Alternative(s):
No response
Additional info:
No response
Community Notes
The text was updated successfully, but these errors were encountered: