Skip to main content

GetProcessesRequest

The GetProcessesRequest class represents a request to retrieve processes associated with a specific project and flow.

Properties

NameDescription
DomainAddressThe domain address for the studio API request.
LoadOptionsThe options for loading process data.
ProjectVersionIgnore this property. This is a old property and not used anymore. The version of the project. Default value is ProjectVersion.eBA7.
LanguageThe language code for localization.
ProjectIdThe unique identifier of the project.
FlowIdThe unique identifier of the flow.
TokenThe authentication token used for the request.

Constructors

NameDescription
GetProcessesRequest(projectId, flowId, loadOptions)Initializes a new instance of the GetProcessesRequest class, setting the project ID, flow ID, and load options.