Closed abhijeetkaurav1st closed 4 years ago
Case: Calling service action from inside service action blows out on decompile by stating some runbook is missing from context. Ex:
"""Sample mysql service""" ENV = CalmVariable.Simple("DEV") @action def __create__(): MySQLService.__restart__(name="TaskRunbbok") @action def __restart__(): pass
Case: Calling service action from inside service action blows out on decompile by stating some runbook is missing from context. Ex: