FlowTrackingDefinitionResponse

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

The workflow tracking definition.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The tracking correlation context.

Link copied to clipboard

The tracking events.