Skip to content
Snippets Groups Projects
__init__.py 271 B
Newer Older
from orchestrator.workflows import LazyWorkflowInstance

LazyWorkflowInstance("workflows.device.create_device", "create_device")
LazyWorkflowInstance("workflows.device.terminate_device", "terminate_device")
LazyWorkflowInstance("workflows.device.get_facts", "get_facts")