Business Process Development Artifact Properties Response
data class BusinessProcessDevelopmentArtifactPropertiesResponse(val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val identifier: BusinessProcessIdentifierResponse? = null, val trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)
The properties of business process development artifact.
Constructors
Link copied to clipboard
constructor(businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, description: String? = null, identifier: BusinessProcessIdentifierResponse? = null, trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)
Properties
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 tracking profile for the business process.