You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current schema for inputs and outputs attributes for the trigger element are as follows:
"inputs": {
"title": "Inputs",
"description": "Represents resources and data brought into a task at runtime by executor or task commands",
"examples": ["a `configuration` file which was declared as a local `component` or `externalReference`"],
"type": "array",
"items": {
"$ref": "#/definitions/inputType"
},
},
"outputs": {
"title": "Outputs",
"description": "Represents resources and data output from a task at runtime by executor or task commands",
"examples": ["a log file or metrics data produced by the task"],
"type": "array",
"items": {
"$ref": "#/definitions/outputType"
},
Describe the defect
The descriptions reference "task" instead of "trigger" which is a cut/paste error/oversight.
Additional context
None
The text was updated successfully, but these errors were encountered:
The current schema for
inputs
andoutputs
attributes for thetrigger
element are as follows:Describe the defect
The descriptions reference "task" instead of "trigger" which is a cut/paste error/oversight.
Additional context
None
The text was updated successfully, but these errors were encountered: