Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
6 subscribers
Views
3135 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, I have sub process which is kicked of asynchronously from the
georgej
over 9 years ago
Hi All,
I have sub process which is kicked of asynchronously from the parent process. The parent process flow ends with a "Terminate". If the parent process reaches the "Terminate" while the child process is still running ,will the child process also be terminated. I am expecting this shouldn't happen as the child process is triggered in async mode. Currently we are having a production issue as the child process is triggered in synchronous mode ; many a times the child processes is terminated as the parent process reaches the terminate through an alternate flow.
OriginalPostID-179385
OriginalPostID-179385
Discussion posts and replies are publicly visible
Parents
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
The process that is calling a subprocess asynchronously treats it as completed immediately after starting it. If the parent process is completed or terminated it should not terminate the asynchronous subprocess. I used this feature before.
Currently I tested on Appian 7.9 and it is consistent, it didn't terminate/cancel my subprocess.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
The process that is calling a subprocess asynchronously treats it as completed immediately after starting it. If the parent process is completed or terminated it should not terminate the asynchronous subprocess. I used this feature before.
Currently I tested on Appian 7.9 and it is consistent, it didn't terminate/cancel my subprocess.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data