I'm trying to develop a choreography architecture using the Apache Airflow Framework, but I don't want the DAGs to run in a scheduled way.
I read that the Apache Airflow framework can be used for service choreography. But I don't need any scheduling, I just need the framework to get a choreography between the nodes of a workflow.
Is it possible to use Apache Airflow without the scheduler? Is there any other framework (Java or Python) that you recommend me for this?
Thank you! :)