Hitachi

JP1 Version 12 JP1/Automatic Operation Service Template Developer's Guide 


8.3.25 Information displayed for repeated execution plug-ins and repeated execution flows during debugging

The table below describes the information displayed for repeated execution plug-ins and repeated execution flows when a step that includes a repeated execution plug-in is executed during debugging. This information does not appear until the step has started executing.

Table 8‒7: Information displayed for repeated execution flows

Item

Description

Repeated execution method (parallel or serial)

The value of the foreachMode property of the step that contains the Repeated Execution Plug-in is displayed.

Iteration number (reserved.loop.index, reserved.loop.indexN)

This information is combined with the applicable Input Properties value to give the name of the repeated execution flow.

For the comma-separated values specified in the inputProperties property for the step that contains the Repeated Execution Plug-in, this information indicates the position (number) of the parameter that corresponds to the current execution. For details about the reserved properties reserved.loop.index and reserved.loop.indexN, see the topic 3.6.8 List of reserved properties.

Input Properties (reserved.loop.input, reserved.loop.inputN)

This information is combined with the iteration number to give the name of the repeated execution flow.#

For the comma-separated values specified in the inputProperties property for the step that contains the Repeated Execution Plug-in, this information indicates the value that corresponds to the current iteration of the flow. For details about the reserved properties reserved.loop.input and reserved.loop.inputN, see the topic 3.6.8 List of reserved properties.

Repeated execution result (true or false)

The value of the outputResult property for the step that contains the Repeated Execution Plug-in is displayed.

Output value (reserved.loop.output)

The value of the outputProperties output property for the step that contains the Repeated Execution Plug-in is displayed.

This value has been specified for reserved.loop.output by output property mapping in the repeated execution flow.

#

Repeated execution flow names that are 65 characters or longer are truncated after the 64th character. If the Input Properties value contains control characters, names are truncated after the 64th character after removing the control characters.