FlowTrackingDefinitionResponse

data class FlowTrackingDefinitionResponse(val correlationContext: TrackingCorrelationContextResponse? = null, val events: Map<String, TrackingEventDefinitionResponse>? = null)

The workflow tracking definition.

Constructors

Link copied to clipboard
constructor(correlationContext: TrackingCorrelationContextResponse? = null, events: Map<String, TrackingEventDefinitionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The tracking correlation context.

Link copied to clipboard

The tracking events.