subtask¶
Operation for running subtask defined by qwikstart task definition file.
Example¶
The following example uses the subtask operation ro runs the example task for the
echo operation:
examples/operations/subtask.yml¶steps:
"Run echo example as subtask":
name: subtask
file_path: "./echo.yml"
Required context¶
file_pathPath to file relative to the current working directory.
This path should point to a qwikstart task definition file, which will be executed by the
subtaskoperation.
Optional context¶
subcontextDictionary of variables passed to subtask.
Output¶
This operation can define arbitrary output values based on the operations run by the subtask.