dtkt.core.v1messages.protoFlow
MessageFlow is a versioned workflow spec with parsed graph representation.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | Flow resource name is one of:
|
| uid | string | 2 | Server-assigned unique ID (UUID). |
| spec_uri | string | 3 | Spec source URI (optional). |
| spec_etag | string | 4 | Spec source checksum for concurrency control. |
| spec | SpecMetadata dtkt.core.v1.Flow.SpecMetadata | 5 | Resolved flow spec (versioned). |
| graph | GraphMetadata dtkt.core.v1.Flow.GraphMetadata | 6 | Parsed flow graph (versioned). |
| create_time | Timestamp google.protobuf.Timestamp | 20 | Flow create time. |
| update_time | Timestamp google.protobuf.Timestamp | 21 | Flow update time. |