context
numerous.tasks.context
Task execution context — provides access to controller and inputs.
get_task_controller()
Get the task controller for the current task execution.
Source code in numerous/tasks/context.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
get_task_inputs()
Get the inputs for the current task execution.
Source code in numerous/tasks/context.py
48 49 50 51 52 53 54 55 56 57 58 | |