Skip to content
Snippets Groups Projects
Commit 0d461bcb authored by Neda Moeini's avatar Neda Moeini
Browse files

Fix workflow name in importing workflows

parent 604033fb
Branches
Tags
1 merge request!307Feature/l2circuits
......@@ -126,4 +126,6 @@ LazyWorkflowInstance("gso.workflows.nren_l3_core_service.import_nren_l3_core_ser
LazyWorkflowInstance("gso.workflows.nren_l3_core_service.migrate_nren_l3_core_service", "migrate_nren_l3_core_service")
# Layer 2 Circuit workflows
LazyWorkflowInstance("gso.workflows.layer_2_circuit.create_layer_2_circuit", "create_layer_2_circuit")
LazyWorkflowInstance("gso.workflows.l2_circuit.create_layer_2_circuit", "create_layer_2_circuit")
LazyWorkflowInstance("gso.workflows.l2_circuit.modify_layer_2_circuit", "modify_layer_2_circuit")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment