WorkflowEnvelopeResponseProperties

data class WorkflowEnvelopeResponseProperties(val files: Any? = null, val flowState: String? = null, val health: WorkflowHealthResponse? = null)

Additional workflow properties.

Constructors

Link copied to clipboard
constructor(files: Any? = null, flowState: String? = null, health: WorkflowHealthResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val files: Any? = null

Gets or sets the files.

Link copied to clipboard
val flowState: String? = null

Gets or sets the state of the workflow.

Link copied to clipboard

Gets or sets workflow health.