Is /Sevice/Generic/StateMachines/GenericLifecycle
class meant to be used as a sample for state machine of a Generic type of service?
Sprint 54 review presentation writes:
Goal is to use new State Machine for Ansible Playbooks, Control Actions, Orchestration and future integrations.
I was looking for some samples of a (generic) custom state machine based on this class but could not find any. The code seems to be Ansible focused to me.
@nezf did implement something similar, I wonder if he can share some of his work.
I also found this guide Custom State Machines in @pemcg’s old book but it is using a modified version of /Service/Provisioning/StateMachines/CatalogItemInitialization
more suitable for VM provisioning, not generic service.
Any hints, please?