Interface protos.google.cloud.workflows.executions.v1.IExecution (3.1.1)

Properties of an Execution.

Package

@google-cloud/workflows

Properties

argument

argument?: (string|null);

Execution argument

callLogLevel

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

Execution callLogLevel

duration

duration?: (google.protobuf.IDuration|null);

Execution duration

endTime

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

Execution endTime

error

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

Execution error

labels

labels?: ({ [k: string]: string }|null);

Execution labels

name

name?: (string|null);

Execution name

result

result?: (string|null);

Execution result

startTime

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

Execution startTime

state

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

Execution state

stateError

stateError?: (google.cloud.workflows.executions.v1.Execution.IStateError|null);

Execution stateError

status

status?: (google.cloud.workflows.executions.v1.Execution.IStatus|null);

Execution status

workflowRevisionId

workflowRevisionId?: (string|null);

Execution workflowRevisionId