Integration acknowledgement to Anaplan

Options
ntouil
ntouil Member, ALL USERS, Partner Posts: 1 New Contributor

Hi,

In the scope of an integration from Anaplan to a target system using Mulesoft, I want the best and most efffective way to perform "Ready" and "Success" flags. I explain :

 

Mulesoft flow will use a scheduler to connect to the Anaplan connector at a regular timing. If the Anaplan user performed a new calculation and have a new output ready, The "ready flag" should be set to true. Mulesoft will then know that he needs to download the data's. 

If no new output is ready, then Mulesoft will read the false value and wait until the next scheduled call.

 

Similarly, when the integration is succesfully performed into the target system, i will need the "acknoweldge flag" to be put to True.

 

Being new on Anaplan, I don't know the best way to do that without having a too complex solution. I was thinking of creating a list with only one boolean and then update that boolean everytime a button is pressed in the UX, but the the other part of the process is still confusing for me.