Start Thread
Operation Name
Start Thread
Function overview
Execute the process from Start Thread icon to End Thread icon with threads.
Thread Configuration
Icon |
Name |
Description |
 |
Start Thread |
The start of the thread. |
 |
End Thread |
The end of the thread. |
Properties
None.
PSP Usage
PSP is not supported.
Specification Limits
- The threads generated (branched) by the thread processing are usually processed in parallel. In this case, the processes in generated threads do not support transactions. (Handle as transaction attribute NEVER.)
Refer to here for more information on transaction.
- If thread processing is executed in transaction or PSP, all the threads generated (branched) by the thread processing will be processed in sequence.
Main exceptions
None.
Notes
- Waits until all threads generated by Thread end and continues with the subsequent processing.