UserApprove
The UserApprove class represents the details of a pending approval request for a specific project, including project and process information, request status, associated events, and multi-language support for descriptions and captions.
Properties
| Name | Description |
|---|---|
| ProjectCaption | Gets or sets the caption of the project associated with the approval. |
| ProjectName | Gets or sets the name of the project associated with the approval. |
| FlagColor | Gets or sets the flag color associated with the approval. |
| Status | Gets or sets the approval status. |
| FlowName | Gets or sets the name of the flow associated with the approval. |
| RequestDate | Gets or sets the date when the request was made. |
| StartDate | Gets or sets the start date of the approval process. |
| SecretKey | Gets or sets the secret key associated with the approval. |
| IsSeen | Gets or sets a value indicating whether the approval has been seen by the user. |
| Events | Gets or sets the list of events associated with the approval. |
| RequestEvents | JSON-formatted string listing actions/events available for the request, with multi-language support for descriptions |
| DeploymentUrl | Gets or sets the deployment URL associated with the approval. |
| ProcessId | Gets or sets the process identifier for the approval. |
| ProjectId | Gets or sets the unique identifier for the project associated with the approval. |
| Attributes | Gets or sets the list of attributes associated with the approval. |
| RequestId | Gets or sets the request identifier for the approval. |
| StarterUser | Gets or sets the user who started the approval process. |