5.3.27 Flow tree view for repeated flows during debugging
The flow tree of the debug task you are debugging appears in the Flow Tree view of the service template debugging view. A repeated flow appears as soon as a repeated execution plug-in is executed (and remains after plug-in execution). Repeated flow names appear in the format iteration-number_input-value-(reserved.loop.input). 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. Note that iteration-number is a two-digit number.
The following shows an example of the window contents when executing a repeated execution plug-in with hostA,hostB,hostC specified in the Input Properties (inputProperties).
|
Note that all iterations of the repeated flow appear in the window regardless of whether parallel or serial is specified for the foreachMode property.
If you log out during the debug process, information about iterations of the flow that are in Waiting to Repeat status might not appear in the flow tree.
Related topics