# Functions
ErrFluxParseError is returned when an error is thrown by Flux.Parse in the task executor.
No description provided by the author
ErrQueryError is returned when an error is thrown by Query service in the task executor.
ErrResultIteratorError is returned when an error is thrown by exhaustResultIterators in the executor.
No description provided by the author
No description provided by the author
No description provided by the author
ErrTaskTimeParse an error for time parsing errors.
ErrUnexpectedTaskBucketErr a generic error we can use when we rail to retrieve a bucket.
ParseRequestStillQueuedError attempts to parse a RequestStillQueuedError from msg.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrInvalidOwnerID is called when trying to create a task with out a valid ownerID.
ErrInvalidTaskID error object for bad id's.
ErrNoRunsFound is returned when searching for a range of runs, but none are found.
No description provided by the author
ErrOutOfBoundsLimit is returned with FindRuns is called with an invalid filter limit.
ErrPageSizeTooLarge indicates the page size is too large.
No description provided by the author
ErrRunCanceled is returned from the RunResult when a Run is Canceled.
No description provided by the author
ErrRunNotFound is returned when searching for a single run that doesn't exist.
ErrTaskAlreadyClaimed is returned when attempting to operate against a task that must not be claimed but is.
ErrTaskNotClaimed is returned when attempting to operate against a task that must be claimed but is not.
ErrTaskNotFound indicates no task could be found for given parameters.
No description provided by the author
TaskBasicType is short-hand used by the UI to request a minimal subset of system task metadata.
TaskSystemType is the type set in tasks' for all crud requests.
# Structs
Log represents a link to a log resource.
LogFilter represents a set of filters that restrict the returned log results.
RequestStillQueuedError is returned when attempting to retry a run which has not yet completed.
Run is a record createId when a run of a task is scheduled.
RunFilter represents a set of filters that restrict the returned results.
Task is a task.
TaskCreate is the set of values to create a task.
TaskFilter represents a set of filters that restrict the returned results.
TaskUpdate represents updates to a task.
# Interfaces
TaskService represents a service for managing one-off and recurring tasks.