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_path

Path to file relative to the current working directory.

This path should point to a qwikstart task definition file, which will be executed by the subtask operation.

Optional context

subcontext

Dictionary of variables passed to subtask.

Output

This operation can define arbitrary output values based on the operations run by the subtask.

See also