Transaction Tracking
When a method triggers an asynchronous set of transactions, the next transaction is triggered when the prior one finishes successfully. If one transaction that is being orchestrated fails, then all the subsequent ones that should be triggered afterwards are automatically marked as failed.
Any action that triggers transactions returns the orchestrationId, which identifies and tracks these sequential transactions. Individual transactions are identified by the processId. Use these IDs with the Transactions API to track the status of these transactions.
Endpoints
Was this helpful?