Page 1 of 1

I think excuse me, a flow chart of how to create a sub-process, how each sub-process direct connection?

Posted: Tue Dec 13, 2016 4:35 am
by linxiao
I think excuse me, a flow chart of how to create a sub-process, how each sub-process direct connection?

Re: I think excuse me, a flow chart of how to create a sub-process, how each sub-process direct connection?

Posted: Tue Dec 13, 2016 7:38 pm
by amosbatto
1. Create a separate process, which will be your subprocess.
2. Create another process, which will be your master process.
3. In the master process, add a subprocess. Right click on the subprocess and select Properties from the context menu. Then select the other process which will be the subprocess.