Thread

Operation name

Thread

Function overview

Executes operations placed between a Start Thread icon and an End Thread icon on another thread.

Thread configuration

Icon

Name

Description

Start Thread

The start of Thread.

End Thread

The end of Thread.

Properties

= Remarks =

For details on use of variables, refer to Variables.

Basic settings

Item name

Required/Optional

Use of variables

Description

Remarks

Name

Required

Not available

Enter a name that is used on the script canvas.

 

Comment

Item name

Required/Optional

Use of variables

Description

Remarks

Comment

Optional

Not available

You can write a short description of this connector.

 

Icon-click menu

Icon

Item name

Description

Remarks

Fold/Expand

Select + or - displayed on the icon.

Show/hide icons between Start Thread and End Thread.

When folded, only Start Thread is displayed.

Parallel Stream Processing

PSP isn't supported.

Specification limits

  • Threads created (branched off) by the Thread operation usually operate in parallel. In that case, transactions aren't supported. (Operates as NEVER of transaction attribute.)

    = Remarks =

    For more details on transactions, refer here.

  • When you execute the Thread operation in a transaction or PSP, all threads created (branched off) by the Thread operation will operate sequentially.

Exception messages

None.

Notes

  • The operation waits until all the threads created by the Thread operation end and moves on to the following operation.