Skip to content
Snippets Groups Projects
__init__.py 346 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")
LazyWorkflowInstance("workflows.iptrunk.create_iptrunk", "create_iptrunk")