Skip to main content

Terminology

TermDescription
YakThe master node and engine that orchestrates tasks
NodeSlave node that connects to the master, usually deployed one per server
Web UIWeb user interface for Yak, hosted by default on port 3501
TaskSimply put, a task is a script that runs in response to a trigger
TriggerA trigger is a module that determines when an event has occurred
Task StepA task can have multiple steps, with each step containing a script to be executed
Task GroupA logical collection of related tasks
Task BookContains all task groups and their tasks
Task DashboardA real-time visual display in the UI showing tasks and their details
ExecutionA single invocation of a task
Execution LogLogs that resulted from the invocation of a task
VariableA value set by the user that will be injected into a script upon execution
NotificationAn alert attached to a specific event in the Yak engine
SeatA seat refers to a valid license for a user to login