Monday, January 26, 2015

Sub Processes in ProcessMaker

Sub-Processes allow child processes to be inserted into master processes


Types of Sub-Processes

         synchronous   =>  the execution of the master process's case will pause and wait for the sub-process's case to complete, before continuing its execution

         asynchronous  => the execution of the master process does NOT pause and wait for the sub-process case

http://wiki.processmaker.com/index.php/Sub-Processes

No comments:

Post a Comment