Workflow for terminating an R&E LHCONE subscription.
terminate_r_and_e_lhcone()
Terminate an R&E LHCONE subscription.
Source code in gso/workflows/l3_core_service/r_and_e_lhcone/terminate_r_and_e_lhcone.py
| @terminate_workflow("Terminate R&E LHCONE", initial_input_form=generic_termination_form_generator)
def terminate_r_and_e_lhcone() -> StepList:
"""Terminate an R&E LHCONE subscription."""
return begin
|