ProcessRequestType
Specifies the different types of requests that can be made within a workflow process.
Accepted Values
Name Value Starter 1 Approver 2 Group 3 Pauser 4 Timer 5 Notification 6 End 7
Note
- Starter: Represents a request to start a process.
- Approver: Represents a request for approval within the process.
- Group: Represents a request involving a group of users.
- Pauser: Represents a request to pause the process.
- Timer: Represents a request involving a timed action.
- Notification: Represents a request to notify users.
- End: Represents a request to end the process.
This enum is used to categorize the type of requests within a workflow process.