qwikstart.operations.subtask module

class qwikstart.operations.subtask.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')

Bases: qwikstart.operations.base.BaseOperation

Operation for running subtask defined by qwikstart task definition file.

See https://qwikstart.readthedocs.io/en/latest/operations/subtask.html

name: str = 'subtask'
run(context: qwikstart.operations.subtask.Context) → Dict[str, Any]

Override with action