Flow Tracking Definition Response
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)