You are on page 1of 2

Flow Steps Properties:

1. Invoke:
Comment
Scope
Timeout
Label
Service : pub.xml:xmlNodeToDocument
Validate input : True/false
Validate output : True/false

2. Map (Transformer): In this we can use multiple transformers The MAP step adjusts the
pipeline at any point in a flow. It makes pipeline modifications that are independent of an
INVOKE step
Comment:
Scope:
Timeout:
Label:

3. Loop: do loop over an input array list elements


Comment:
Scope:
Timeout:
Label:
Input array : array list element
Output array : (Optional)

4. Branch: Branch operation conditionally executes an operation based on the value of a


variable at run time.
Comment:
Scope:
Timeout:
Label:
Switch
Evaluated Labels

5. Sequence:
Comment:
Scope:
Timeout:
Label:
Exit on: (Success/Failure)
6. Repeat:
Comment:
Scope:
Timeout:
Label:
Count:
Repeat Interval:
Repeat on: (Success/Failure)

7. EXIT:
Comment:
Label:
Signal: (Success/Failure)
Exit from: $parent
$loop
$flow
$iteration
Failure message:
Failure name:
Failure instance:

You might also like