Hi team,
Use Case:User wants to access specific Appian task form from the external system. The task is not readily available. But, based on the request, the process would get triggered and a task is generated.
So, the ask here is to create a web API which initiates the process which generates the task, get the task ID, and constructs the task form link, and lastly redirects the user to the link that is just generated.
Is this possible using Appian's Web API?
Thanks,Akshar
Discussion posts and replies are publicly visible
So, I had a success implementing this. Thanks Eliot for the guidance.
What I did was, I used one of the functions available under Web and XML Extensions shared component - httppost. Using that, I initiated the process which has the task. Once that is done, in the WebAPI, I got the active task of that process and redirected user to that task form.