BusinessProcessStageResponse

data class BusinessProcessStageResponse(val description: String? = null, val properties: Map<String, String>? = null, val stagesBefore: List<String>? = null)

The properties of business process stage.

Constructors

Link copied to clipboard
constructor(description: String? = null, properties: Map<String, String>? = null, stagesBefore: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the business stage.

Link copied to clipboard
val properties: Map<String, String>? = null

The properties within the properties of the business process stage.

Link copied to clipboard
val stagesBefore: List<String>? = null

The property to keep track of stages before current in the business process stage.