All the activities calls the PL/SQL procedure:
And/Or Activities
And WF_STANDARD.ANDJOIN
OR WF_STANDARD.ORJOIN
Comparison Activities
Compare Date/Compare Number/Compare Text WF_STANDARD.COMPARE
Compare Execution Time Activity
WF_STANDARD.COMPAREEXECUTIONTIME
Wait Activity
WF_STANDARD.WAIT
Block Activity
The Block activity lets you pause a process until some external program or manual step completes and makes a call to the CompleteActivity Workflow Engine API.
WF_STANDARD.BLOCK
Defer Thread Activity
The Defer Thread activity defers the subsequent process thread to the background queue without requiring you to change the cost of each activity in that thread to a value above the Workflow Engine threshold.
WF_STANDARD.DEFER
Launch Process Activity
The Launch Process activity lets you launch another workflow process from the current process.
WF_STANDARD.LAUNCHPROCESS.
Loop Counter Activity:
WF_STANDARD.LOOPCOUNTER
Notify Activity:
WF_STANDARD.NOTIFY
Comments
Post a Comment