Process Completion info via API Calls

We are using Databricks for Anaplan API and Airflow for job execution.

 

Context : Process 2 (Spoke) is dependent on Process 1 (Hub). This means Process 2 should only start when Process 1 is completed and both should not run parallelly.

 

Issue : Right now the backend only tells you whether the process was successfully triggered or not… it doesn’t check whether the process actually completed. This leads to Process 2 and Process 1 running simultaneously.

 

Question : . Is there any way to capture Process 1 completion info in backend via api calls?

Best Answer

Answers