Workflow Envelope Response Properties
data class WorkflowEnvelopeResponseProperties(val files: Any? = null, val flowState: String? = null, val health: WorkflowHealthResponse? = null)
Additional workflow properties.