Skip to main content

FlowRequestType

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

Accepted Values

NameValue
None0
User1
Notify2
DocCreator3
Trigger4
Starter5
Group6
Timer7
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.