Hi,
I am starting the online academy course (Appian Dev) .
I would like to know how to restart a process using the Web API.
I have been successful in starting a process using Web API.Now I am wondering if it is possible to use Web API to resume a process that has already been started.
Discussion posts and replies are publicly visible
shuheit4632 I have not come across the scenario you have described, we can pause the process model by 2 ways, 1. using Timer smart service, here process will halt for duration of time you have mentioned,2. Using Rule smart service, here process will wait based on the logic you design, for more info docs.appian.com/.../Rule_Event.html
Thank you so much!
I'll take a look!