Interface protos.google.cloud.workflows.executions.v1.IExecution

Properties of an Execution.

Package

@google-cloud/workflows

Properties

argument

argument?: (string|null);

Execution argument

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Execution endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

error?: (google.cloud.workflows.executions.v1.Execution.IError|null);

Execution error

Property Value
TypeDescription
(google.cloud.workflows.executions.v1.Execution.IError|null)

name

name?: (string|null);

Execution name

Property Value
TypeDescription
(string|null)

result

result?: (string|null);

Execution result

Property Value
TypeDescription
(string|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Execution startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.workflows.executions.v1.Execution.State|keyof typeof google.cloud.workflows.executions.v1.Execution.State|null);

Execution state

Property Value
TypeDescription
(google.cloud.workflows.executions.v1.Execution.State|keyof typeof google.cloud.workflows.executions.v1.Execution.State|null)

workflowRevisionId

workflowRevisionId?: (string|null);

Execution workflowRevisionId

Property Value
TypeDescription
(string|null)