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

Properties of an Execution.

Package

@google-cloud/workflows

Properties

argument

argument?: (string|null);

Execution argument

endTime

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

Execution endTime

error

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

Execution error

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.v1beta.Execution.State|keyof typeof google.cloud.workflows.executions.v1beta.Execution.State|null);

Execution state

workflowRevisionId

workflowRevisionId?: (string|null);

Execution workflowRevisionId