Compare Variable

Operation name

Compare Variable

Function overview

Compares variables or fixed values based on conditions.

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.

 

Required settings

Item name

Required/Optional

Use of variables

Description

Remarks

Condition list

Optional

-

Specify conditions.

Each row can be operated with the following buttons:

Up

Moves the selected row upward by one row.

Down

Moves the selected row downward by one row.

Add

Adds a row.

Delete

Deletes the row.

Note

When an error occurs in comparison processing, any subsequent comparison processing isn't performed.

Condition list/Target

Required

Available

Specify a variable or a fixed value to compare.

 

Conditions list/Data type

Required

Not available

Select the data type of the target for comparison.

= Remarks =

For details, refer to Data type list.

 

Condition list/Condition

Required

Not available

Select a condition.

= Remarks =

For details, refer to Value condition list.

 

Condition list/Expected value

Optional

Available

Specify expected value as a variable or a fixed value.

 

Comment

Item name

Required/Optional

Use of variables

Description

Remarks

Comment

Optional

Not available

You can write a short description of this connector.

 

Parallel Stream Processing

PSP isn't supported.

Available component variables

Component variable name

Description

Remarks

message_category

When an error occurs, the category of the message code corresponding to the error is stored.

  • The default value is null.

message_code

When an error occurs, the code of the message code corresponding to the error is stored.

  • The default value is null.

message_level

When an error occurs, the severity of the message code corresponding to the error is stored.

  • The default value is null.

error_type

When an error occurs, the error type is stored.

  • The default value is null.

  • The format of the error type is as follows.

    Example: java.io.FileNotFoundException

error_message

When an error occurs, the error message is stored.

  • The default value is null.

error_trace

When an error occurs, the trace information for the error is stored.

  • The default value is null.

Specification limits

None.

Exception messages

Exception name

Cause

Solution

AssertionException

Target and Expected value don't match the condition.

Check the error message.

UnsupportedOperationException

Condition is unavailable with the specified Data type.

Check Condition or Data type.