BusinessProcessStageArgs

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

The properties of business process stage.

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the business stage.

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

The properties within the properties of the business process stage.

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

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

Functions

Link copied to clipboard
open override fun toJava(): BusinessProcessStageArgs