Hi,
I get a new record via API from our web shop.
So I start a Flowchart after record created.
The problem is that the API event is generated by a hook in the web shop when the buy button is pressed.
Unfortunately the 'order' is not in the system at this time. It needs 2-3 seconds.
So I added an 'Timer Intermediate Event (catching)' with a delay of plus 3 seconds.
But it looks like these 3 seconds are added after a full minute and not suddenly.
Later I send an e-mail which is also send at a full minute.
This results in a maximum delay of 2 minutes before the customer get the awaited informations.
Is there a way to avoid this wait times?
Best regards
I get a new record via API from our web shop.
So I start a Flowchart after record created.
The problem is that the API event is generated by a hook in the web shop when the buy button is pressed.
Unfortunately the 'order' is not in the system at this time. It needs 2-3 seconds.
So I added an 'Timer Intermediate Event (catching)' with a delay of plus 3 seconds.
But it looks like these 3 seconds are added after a full minute and not suddenly.
Later I send an e-mail which is also send at a full minute.
This results in a maximum delay of 2 minutes before the customer get the awaited informations.
Is there a way to avoid this wait times?
Best regards
Comment