Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Service Template Developer's Guide


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

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

Table 5‒6: Information displayed for repeated flows

Item

Description

Execution method (parallel or serial)

The value of the foreachMode property of the repeated execution plug-in is displayed.

Iteration number (reserved.loop.index)

Combines with the applicable Input Properties value to give the name of the repeated flow.

This information indicates which of the parameters in the comma-separated data specified in the inputProperties property of the plug-in applies to this instance of the flow.

Input Properties (reserved.loop.input)

Combines with the iteration number to give the name of the repeated flow.#

This value is the comma-separated value in the inputProperties property of the repeated flow plug-in that corresponds to the particular iteration of the flow.

Repeated execution result (true or false)

This information appears as the value of the outputResult property of the repeated execution plug-in.

Output value (reserved.loop.output)

This information appears as the outputProperties output property of the repeated execution plug-in.

Its value is the value of a plug-in property mapped to reserved.loop.output by output property mapping, output during execution of the particular iteration of the repeated flow.

#

Repeated 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.

Related topics