Today, most our apps are integrated with our backend SAP, with API call in synchronous way.
Each step/action run couple of api call (sometime +5/10) that lead performance complain from operator that need to wait +2-5 seconds.
Moreover SAP API could fail due to blocking objet in SAP, some retry loop and wait trigger is in place in Tulip apps but that degrade performance and operator usability.
One approach to improve drastically apps performance would be asynchronous integration and Tulip automation would be perfect.
Api will be call in asynchronous way, we could orchestrate api calls (remove complexitiy in app triggers), implement retry logic and reuse automation cross multiple apps.
However integration with SAP is in oAuth2 user authentification and today not supported by Automation.
It will be great if Automation could support oAuth2. Ideally trigger from the apps and take end-user context with oAuth2 token.
Huge business value for us.