Workflow Envelope Response Properties
data class WorkflowEnvelopeResponseProperties(val files: Map<String, Any>? = null, val flowState: String? = null, val health: WorkflowHealthResponse? = null)
Additional workflow properties.
Constructors
Link copied to clipboard
constructor(files: Map<String, Any>? = null, flowState: String? = null, health: WorkflowHealthResponse? = null)