Metadata
This class represents metadata to be associated with a catalog object. It includes identifiers for workflow, node, and task executions, along with a creation timestamp.
Attributes
| Attribute | Type | Description |
|---|---|---|
| WorkflowExecutionIdentifier | *core.WorkflowExecutionIdentifier | WorkflowExecutionIdentifier is used to identify the workflow execution associated with the catalog object. |
| NodeExecutionIdentifier | *core.NodeExecutionIdentifier | NodeExecutionIdentifier is used to identify the node execution associated with the catalog object. |
| TaskExecutionIdentifier | *core.TaskExecutionIdentifier | TaskExecutionIdentifier is used to identify the task execution associated with the catalog object. |
| CreatedAt | *timestamppb.Timestamp | CreatedAt stores the timestamp when the catalog object was created. |