I have a web API which expects post request and provides the response after completing few important nodes and other actions are configured Asynchronously . Asynchronous process involves copy document, send data to second external system which are wrapped as multiple subprocesses. Now let's say if any of these asych process fails and I notify the first external system along with process ID, is there a way possible to retrigger the appian broken instance again (ignore the failure reason)? if not can I restart from the broken node itself? does appian provide this capability?
(Plugins: Get Processes By Node Status and process-management-services doesn't seem to be working as expected for my case)
Discussion posts and replies are publicly visible
No you can't. And this is no technical limitation, but a logical. Something that break in the middle of multiple steps is in an unknown state. You will either have to make the support team fix that process manually, or design a error handling process.