Get Business Process Result
data class GetBusinessProcessResult(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
fun GetBusinessProcessResult(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)