> ## Documentation Index
> Fetch the complete documentation index at: https://docs.workmore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggers

> Steps that start a process — on a schedule, on demand, or when something arrives.

Steps that *start* a process — on a schedule, on demand, or when something arrives.

## Cron

<code>trigger.cron</code> · trigger

Fire on a cron-like schedule with timezone.

**Settings**

| Setting  | Required | What it does |
| -------- | -------- | ------------ |
| Schedule | No       |              |

**Produces**

* `event` — Event

***

## Manual Trigger

<code>trigger.manual</code> · trigger

Start the workflow manually from the UI.

**Settings**

*No configuration.*

**Produces**

* `output` — Output

***

## Sub-workflow Trigger

<code>trigger.subWorkflow</code> · trigger

Entry point for a workflow called by another workflow. Define the input fields callers must provide.

**Settings**

| Setting      | Required | What it does |
| ------------ | -------- | ------------ |
| Input Fields | No       |              |

**Produces**

* `input` — Input Data
