1. Actions
  2. Tasks

Actions

Tasks

Tasks are where automation happens in Stubber

Basic Info

Tasks are configured inside the editor platform and are used to run a series of automatic operations on the data present on a Stub.

Stubber uses task to facilitate automation.
You can kick off many different types of task to do actual changes to systems.

More complex automation decisions are done by using conditions on each individual task. This allows running tasks based on other values or the outcome of previous tasks.

Parameters

name

string
required

The unique name of the task within the action


tasktype

string
required

Specifies the type of task to run. Any of the documented task types


params

Params allows configuring task specific settings, like headers for an API call or model name for a GPT chat.

See the specific task pages for more information.