lwe.backends.api.workflow.action_plugins package

lwe.backends.api.workflow.action_plugins Submodules

lwe.backends.api.workflow.action_plugins.lwe_input module

class lwe.backends.api.workflow.action_plugins.lwe_input.ActionModule(task: Task, connection: ConnectionBase, play_context: PlayContext, loader: DataLoader, templar: Templar, shared_loader_obj=None)[source]

Bases: ActionBase

pauses execution until input is received

BYPASS_HOST_LOOP = True
run(tmp=None, task_vars=None)[source]

run the lwe_input action module

lwe.backends.api.workflow.action_plugins Module contents