Documentation ¶
Overview ¶
Shared constants for the manager implementation.
Convenience methods for shared errors.
Index ¶
Constants ¶
View Source
const ( Project = "project" Domain = "domain" Name = "name" ID = "id" Version = "version" ResourceType = "resource_type" Spec = "spec" Type = "type" RuntimeVersion = "runtime version" Metadata = "metadata" TypedInterface = "typed interface" Image = "image" Limit = "limit" Filters = "filters" ExpectedInputs = "expected_inputs" FixedInputs = "fixed_inputs" DefaultInputs = "default_inputs" Inputs = "inputs" State = "state" ExecutionID = "execution_id" NodeID = "node_id" NodeExecutionID = "node_execution_id" TaskID = "task_id" OccurredAt = "occurred_at" Event = "event" ParentTaskExecutionID = "parent_task_execution_id" UserInputs = "user_inputs" Attributes = "attributes" MatchingAttributes = "matching_attributes" // Parent of a node execution in the node executions table ParentID = "parent_id" )
Field names for reference
Variables ¶
This section is empty.
Functions ¶
func GetInvalidArgumentError ¶
func GetMissingArgumentError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.