BusinessProcessDevelopmentArtifactPropertiesResponse

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

constructor(businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, description: String? = null, identifier: BusinessProcessIdentifierResponse? = null, trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The business process mapping.

Link copied to clipboard

The business process stages.

Link copied to clipboard
val description: String? = null

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.