Properties of an Execution.
Package
@google-cloud/workflowsProperties
argument
argument?: (string|null);
Execution argument
Type | Description |
(string|null) |
endTime
endTime?: (google.protobuf.ITimestamp|null);
Execution endTime
Type | Description |
(google.protobuf.ITimestamp|null) |
error
error?: (google.cloud.workflows.executions.v1beta.Execution.IError|null);
Execution error
Type | Description |
(google.cloud.workflows.executions.v1beta.Execution.IError|null) |
name
name?: (string|null);
Execution name
Type | Description |
(string|null) |
result
result?: (string|null);
Execution result
Type | Description |
(string|null) |
startTime
startTime?: (google.protobuf.ITimestamp|null);
Execution startTime
Type | Description |
(google.protobuf.ITimestamp|null) |
state
state?: (google.cloud.workflows.executions.v1beta.Execution.State|keyof typeof google.cloud.workflows.executions.v1beta.Execution.State|null);
Execution state
Type | Description |
(google.cloud.workflows.executions.v1beta.Execution.State|keyof typeof google.cloud.workflows.executions.v1beta.Execution.State|null) |
workflowRevisionId
workflowRevisionId?: (string|null);
Execution workflowRevisionId
Type | Description |
(string|null) |