Wanted to check if I have an Anaplan script that calls 2 Anaplan processes
Process 1 (usually runs 5 minutes)
Process 2 (usually runs 1 minute)
When I run my Anaplan script
Will the Anaplan script wait for Process 1 to complete first (so wait 5 minutes) before calling Process 2? (Synchronous)
OR
Will the Anaplan script immediately call Process 2 after successfully calling Process 1 (knowing that within Anaplan it will get queued though - Asynchronous)?