From fb0aa67921d919dc0e83f5d5b8d6a900e5601e05 Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Thu, 6 Apr 2023 10:48:15 +0200 Subject: [PATCH] First experiment with forms - part2 --- geant_service_orchestrator/workflows/device/create_device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geant_service_orchestrator/workflows/device/create_device.py b/geant_service_orchestrator/workflows/device/create_device.py index ab899f22..b3da3ce5 100644 --- a/geant_service_orchestrator/workflows/device/create_device.py +++ b/geant_service_orchestrator/workflows/device/create_device.py @@ -144,6 +144,7 @@ def create_device(): >> get_snmp_info >> initialize_subscription >> provision_device_dry + >> confirmation_form >> set_status(SubscriptionLifecycle.ACTIVE) >> resync >> done -- GitLab