Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Survey - Single 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 Survey Participant role members that their input 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 ranking and comments.
If you display the property page of this node, you see that the activity is assigned to a performer whose name is stored in an item attribute named Survey Participants. 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
Survey Results FYI (Node 3)
This activity notifies the survey participants of the results of the survey. The message includes two "Send" attributes that display the Survey name and the Result Script. Result Script is of type PL/SQL Document and generates a PL/SQL document that summarizes the survey results.
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 Survey Participants.
- Prerequisite Activities--Issue Survey
- Notification 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.