Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Detail Survey Process Activities
Start (Node 1)
This is a Standard function activity that simply marks the start of the process.
- Function--WF_STANDARD.NOOP
- Prerequisite Activities--None
- Item Attributes Set by Function--None
- Item Attributes Retrieved by Function--None
Issue Survey (Node 2)
This activity notifies the individual role that a response is required for a product survey. The message includes two `Send' attributes that display the Survey name and the timeout period in minutes.
The message also includes two `Respond' attributes that request a product ranking and comments.
If you display the property page of the node, you see that the activity is assigned to a performer whose name is stored in an item attribute named Individual Participant. You will also see that the Timeout associated with this activity is stored in an item attribute named Timeout in Minutes.
- Prerequisite Activities--None
- Notification Function--PLSQL:WF_SURVEYDEMO.PROCESS_SURVEY
Continue Flow (Node 3)
This is a standard function activity that is used here to mark the position in the detail process where, upon completion, the corresponding halted master process will continue.
- Function--WF_STANDARD.CONTINUEFLOW
- Prerequisite Activities--Issue Survey
- Activity Attributes Retrieved by Function
- Waiting Activity Label: Constant, WAITFORFLOW
- Waiting Flow: Constant, Master
- Item Attributes Set by Function--None
- Item Attributes Retrieved by Function--None
End (Node 4)
This is a Standard function activity that simply marks the end of the process.
- Function--WF_STANDARD.NOOP
- Prerequisite Activities--None
- Item Attributes Set by Function--None
- Item Attributes Retrieved by Function--None
Copyright © 2002 Oracle Corporation.
All Rights Reserved.