GetProcessesRequest
The GetProcessesRequest
class represents a request to retrieve processes associated with a specific project and flow.
Properties
Name | Description |
---|---|
Language | The language code for localization. |
ProjectId | The unique identifier of the project. |
Token | The authentication token used for the request. |
FlowId | The unique identifier of the flow. |
ProjectVersion | Ignore this property. This is a old property and not used anymore. The version of the project. Default value is ProjectVersion.eBA7 . |
LoadOptions | The options for loading process data. |
DomainAddress | The domain address for the studio API 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. |