Skip to main content

ProcessRequestType

Specifies the different types of requests that can be made within a workflow process.

Accepted Values

NameValue
Starter1
Approver2
Group3
Pauser4
Timer5
Notification6
End7
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.