Interface protos.google.cloud.workflows.v1beta.IWorkflow (1.4.0)

Properties of a Workflow.

Package

@google-cloud/workflows

Properties

createTime

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

Workflow createTime

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

description

description?: (string|null);

Workflow description

Property Value
TypeDescription
(string|null)

labels

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

Workflow labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Workflow name

Property Value
TypeDescription
(string|null)

revisionCreateTime

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

Workflow revisionCreateTime

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

revisionId

revisionId?: (string|null);

Workflow revisionId

Property Value
TypeDescription
(string|null)

serviceAccount

serviceAccount?: (string|null);

Workflow serviceAccount

Property Value
TypeDescription
(string|null)

sourceContents

sourceContents?: (string|null);

Workflow sourceContents

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.workflows.v1beta.Workflow.State|keyof typeof google.cloud.workflows.v1beta.Workflow.State|null);

Workflow state

Property Value
TypeDescription
(google.cloud.workflows.v1beta.Workflow.State|keyof typeof google.cloud.workflows.v1beta.Workflow.State|null)

updateTime

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

Workflow updateTime

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