Hi,
I've created workflow that is receiving his input from a web form. That web form is giving the values by REST. After the first form, I have a second page (billing information).
What is the best way to retreive the executionID from the started workflow from the first page ? I need to find this executionID to send the billing information in the user interaction of the same workflow. Is there a way to have a return from the started workflow ?
I'm using "PHP".