Get Business Process Result
data class GetBusinessProcessResult(val azureApiVersion: String, val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val id: String, val identifier: BusinessProcessIdentifierResponse? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tableName: String? = null, val trackingDataStoreReferenceName: String? = null, val type: String, val version: String)
A business process under application.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, description: String? = null, id: String, identifier: BusinessProcessIdentifierResponse? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tableName: String? = null, trackingDataStoreReferenceName: String? = null, type: String, version: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The business process mapping.
Link copied to clipboard
The business process stages.
Link copied to clipboard
The description of the business process.
Link copied to clipboard
The business process identifier.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The tracking data store reference name.