Execute operations placed between a Start Thread icon and an End Thread icon on another thread.
Thread Configuration
Icon
Name
Description
Start Thread
Start of Thread.
End Thread
End of Thread.
Properties
None.
PSP Usage
PSP is not supported.
Specification Limits
Threads created (branched off) by Thread operation usually operate in parallel. In that case, transaction is not supported. (Operates as NEVER of transaction attribute.)
For more details on transaction, refer to here.
When you execute Thread operation in transaction or PSP, all threads created (branched off) by Thread operation will operate sequentially.
Major Exceptions
None.
Notes
The operation waits until all the threads created by Thread operation end and moves on to the following operation.