FlowRequestType
Specifies the different types of requests that can be made within a workflow.
Accepted Values
Name Value None 0 User 1 Notify 2 DocCreator 3 Trigger 4 Starter 5 Group 6 Timer 7
Note
- None: Represents no specific request type.
- User: Represents a request initiated by a user.
- Notify: Represents a notification request.
- DocCreator: Represents a document creation request.
- Trigger: Represents a trigger-based request.
- Starter: Represents a request to start a workflow.
- Group: Represents a group-based request.
- Timer: Represents a timer-based request.
This enum is used to categorize different types of requests within a workflow system.