Use Axon Framework to handle only sagas

Does it make sense to use the Axon Framework solely for implementing the saga pattern? I already have a set of microservices that communicate with each other via events and/or REST. However, the choreography between them is becoming unmanageable. Therefore, we are considering creating an orchestration service based on the framework to manage the various business cases we have. It is worth mentioning that our architecture is not CQRS and we cannot change it quickly.