Workflow for terminating an GÉANT IP subscription.
terminate_geant_ip()
Terminate an GÉANT IP subscription.
Source code in gso/workflows/l3_core_service/geant_ip/terminate_geant_ip.py
| @terminate_workflow("Terminate GÉANT IP", initial_input_form=generic_termination_form_generator)
def terminate_geant_ip() -> StepList:
"""Terminate an GÉANT IP subscription."""
return begin
|