GetExecutionsExecution

data class GetExecutionsExecution(val executionName: String, val flowName: String, val id: String, val input: String, val output: String, val startedTime: String, val status: String, val stoppedTime: String)

Constructors

Link copied to clipboard
constructor(executionName: String, flowName: String, id: String, input: String, output: String, startedTime: String, status: String, stoppedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the execution.

Link copied to clipboard

The name of the flow.

Link copied to clipboard
val id: String

The ID of the Execution. The value formats as <flow_name>:<execution_name>.

Link copied to clipboard

The Input information for this execution.

Link copied to clipboard

The output of the execution.

Link copied to clipboard

The started time of the execution.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The stopped time of the execution.