Activate router
Activate router takes a provisioning router to the active lifecycle state.
When the SharePoint checklist of a router is completed, this workflow is run to take the subscription from
PROVISIONING
to ACTIVE
. The operator is asked to give a URL to the completed checklist.
verify_complete_checklist()
Show a form for the operator to input a link to the completed checklist.
Source code in gso/workflows/router/activate_router.py
activate_router()
Move a router from a PROVISIONING
state to an ACTIVE
state.
- Send email notifications to different teams.
- Wait for approval to be given.
- Update the subscription lifecycle state to
ACTIVE
.