I have an interface with a link(Open URL ex. https://) that opens a new tab/window. The new tab/window initiates a process, and I would like this window to close automatically once the process is completed. Is there a way to achieve this in Appian? Any guidance or code examples would be appreciated.
Discussion posts and replies are publicly visible
I doubt that this is possible to close the window/tab automatically. closest to this can be to trigger an exception flow after certain time so that Process instance can be completed if you are worried about process instance not getting completed.
We will be running this process in a continuous flow, So here is the thingWe are onboarding a customer with all the details he provides, in between we want the customer to land on a different application or a URL so that he verifies himself or completes the verification process.once he verifies himself he has to return to the appian process and continues the rest.
Ya we have a similar useCase, where users need to complete part of process on different application. We have achieved in Probably you can use https://docs.appian.com/suite/help/24.3/Web_Content_Component.html. Or you can fetch the details using a webApi and get the users to complete the task in Appian itself if possible.Or when users complete their job on other website, it can trigger a webApi and that can refresh the Appian process instance to let them continue with next steps
Yeah Kumar Agniwesh, Can we allow camera and Mic access?
Not sure.
That is not something we can control from Appian.
Hi Stefan Helzle ,
Is there any work around you can think of?
Thank you
"Any workaround" can be a far stretch. Build a component plugin if you really need to do thing Appian does not support OOTB.