Cisco Cisco Process Orchestrator 2.X User Guide

Page of 828
 
9-2
Cisco Tidal Enterprise Orchestrator Reference Guide
OL-24928-01
Chapter 9      Configuring Process Logic Components
  Process Logic Components
Process Logic Components
The following table describes the available logic components. 
Field
Description
Completed
Specifies the status that signals the completion of an 
activity and terminates the process.
See 
.
Condition Block
Executes two or more condition branches in a process. 
See 
.
Condition Branch
Creates a branch in the process and executes the branch 
only if the specified condition is met. 
See 
.
For Each
Used to add the activities to the process that should be 
executed one time for each item in the target source. 
See 
.
Parallel
Used to run two or more branches of a process 
simultaneously. 
See 
Sequence
Used to run one or more activities sequentially. 
See 
Start Point
Indicates the points within a process in which a user can 
start the process
See 
.
While
Allows the process to execute a sequence of child activities 
(contained in the while loop activity) that continues as long 
as a specified condition is true
See