Properties of a Workflow.
Package
@google-cloud/workflowsProperties
createTime
createTime?: (google.protobuf.ITimestamp|null);
Workflow createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
description
description?: (string|null);
Workflow description
Type | Description |
(string|null) |
labels
labels?: ({ [k: string]: string }|null);
Workflow labels
Type | Description |
({ [k: string]: string }|null) |
name
name?: (string|null);
Workflow name
Type | Description |
(string|null) |
revisionCreateTime
revisionCreateTime?: (google.protobuf.ITimestamp|null);
Workflow revisionCreateTime
Type | Description |
(google.protobuf.ITimestamp|null) |
revisionId
revisionId?: (string|null);
Workflow revisionId
Type | Description |
(string|null) |
serviceAccount
serviceAccount?: (string|null);
Workflow serviceAccount
Type | Description |
(string|null) |
sourceContents
sourceContents?: (string|null);
Workflow sourceContents
Type | Description |
(string|null) |
state
state?: (google.cloud.workflows.v1beta.Workflow.State|keyof typeof google.cloud.workflows.v1beta.Workflow.State|null);
Workflow state
Type | Description |
(google.cloud.workflows.v1beta.Workflow.State|keyof typeof google.cloud.workflows.v1beta.Workflow.State|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Workflow updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |