Predefined Oracle Workflow Activities
Predefined Oracle Workflow Activities
the current process. This activity calls the PL/SQL procedure named
WF_STANDARD.LAUNCHPROCESS.
Noop Activity:
The Noop activity acts as a place holder activity that performs no action. You
can use this activity anywhere you want to place a node without performing
an action. You can change the display name of this activity to something
meaningful when you include it in a process, so that it reminds you of what
you want this activity to do in the future. This activity calls the PL/SQL
procedure named WF_STANDARD.NOOP.
Loop Counter Activity:
Use the Loop Counter activity to limit the number of times the Workflow
Engine transitions through a particular path in a process. The Loop Counter
activity can have a result of Loop or Exit. This Loop Counter activity calls the
PL/SQL procedure named WF_STANDARD.LOOPCOUNTER.
Start Activity:
The Start activity marks the start of a process and does not perform any
action. Although it is not necessary you may include it in your process
diagram to visually mark the start of a process as a separate node. This
activity calls the PL/SQL procedure named WF_STANDARD.NOOP.
End Activity:
The End activity marks the end of a process and does not perform any
action. You can use it to return a result for a completed process by specifying
a Result Type for the activity. Although it is not necessary, you may include it
in your process diagram to visually mark the end of your process as a
separate node. This activity calls the PL/SQL procedure named
WF_STANDARD.NOOP.
Place this activity in a master or detail process to pause the flow until the
other corresponding detail or master process completes a specified activity.
This activity calls a PL/SQL procedure named WF_STANDARD.WAITFORFLOW.
Continue Flow Activity: Use this activity to mark the position in the
corresponding detail or master process where, upon completion, you want
the halted process to continue. This activity calls a PL/SQL procedure named
WF_STANDARD.CONTINUEFLOW.
Assign Activity:
The Assign activity lets you assign a value to an item attribute. This activity
calls the PL/SQL procedure named WF_STANDARD.ASSIGN.
Get Monitor URL Activity:
The Get Monitor URL activity generates the URL for the Workflow Monitor
diagram window and stores it in an item attribute that you specify. This
activity calls the PL/SQL procedure named F_STANDARD.GETURL.
AND/OR Activities :
In cases where multiple parallel branches transition to a single node, you can
decide whether that node should transition forward when Any of those
parallel branches complete (OR) => Uses the WF_STANDARD.AndJoin
procedure When all of the parallel branches complete. (AND) => Uses the
WF_STANDARD.Or Join procedure
COMPARISON Activity :
The comparison activities provide a standard way to compare two numbers,
dates, or text strings.
Compare Date compares a date-type item with a constant date Compare
Number compares a number-type item with a constant number Compare Text