DocumentActionPriority Enum
DocumentActionPriority is a public enumeration that defines the urgency level of a document action.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Actions - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public enumeration that defines the urgency level of a document action.
Fields
Critical- Actions with this priority need user action before actions with any other priority.High- Actions with this priority need user action before actions with Medium and Low priorities.Low- Actions with this priority need user action after actions with any other priority.Medium- Actions with this priority need user action before actions with Low priority.