GetProcessesRequest
The GetProcessesRequest class represents a request to retrieve processes associated with a specific project and flow.
Properties
| Name | Description |
|---|---|
| DomainAddress | The domain address for the studio API request. |
| LoadOptions | The options for loading process data. |
| ProjectVersion | Ignore this property. This is a old property and not used anymore. The version of the project. Default value is ProjectVersion.eBA7. |
| Language | The language code for localization. |
| ProjectId | The unique identifier of the project. |
| FlowId | The unique identifier of the flow. |
| Token | The authentication token used for the request. |
Constructors
| Name | Description |
|---|---|
| GetProcessesRequest(projectId, flowId, loadOptions) | Initializes a new instance of the GetProcessesRequest class, setting the project ID, flow ID, and load options. |