HighOrbit Starts 2012 with Release of Major Enhancements
Customer Driven Development Key to Ongoing Success
Read more...

HighOrbit

Workflow Automation

 
Welcome, Guest
Please Login or Register.    Lost Password?

Subprocess concurrency
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Subprocess concurrency
#14
Subprocess concurrency 7 Years, 11 Months ago Karma: 0
I need to create an asynchronous sub-process that will run until terminated or will terminate automatically when the parent process terminates. Will a subprocess behave that way? Is it OK to have dangling sub-processes (i.e. a subprocess with no actions defined afterwards)?
internet user
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#19
RE:Subprocess concurrency 7 Years, 11 Months ago Karma: 1
Yes, you can have the dangling process. The parent process will not complete until the subprocess completes. If you delete or cancel the parent process, the child process will also be deleted or canceled.
admin
Moderator
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1

Support Login