Skip to main content

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

AttributeTypeDescription
WorkflowExecutionIdentifier*core.WorkflowExecutionIdentifierWorkflowExecutionIdentifier is used to identify the workflow execution associated with the catalog object.
NodeExecutionIdentifier*core.NodeExecutionIdentifierNodeExecutionIdentifier is used to identify the node execution associated with the catalog object.
TaskExecutionIdentifier*core.TaskExecutionIdentifierTaskExecutionIdentifier is used to identify the task execution associated with the catalog object.
CreatedAt*timestamppb.TimestampCreatedAt stores the timestamp when the catalog object was created.