One-time tasks
A one-time task runs an agent once. Use it for ad-hoc runs, batch operations, or scheduled-but-non-recurring jobs.
Create a one-time task
- Open Tasks → New task.
- Fill in the Basic Information:
- Title (required) — clear, action-verb. e.g., “Generate Weekly Sales Report”.
- Description (required) — context, expected outcome, references. ≥ 4 lines recommended.
- Priority — Low / Medium / High / Critical.

- Assign AI employees: open the dropdown, search, and pick one or more agents.

- AI prompt — write the instruction manually, or click Generate AI Prompt to have it drafted from your title + description, then review.

- Pick execution type:
- Start immediately — task begins as soon as you create it.
- Schedule for later — pick a date and time; the task fires automatically.

- Click Create Task.
Crafting good AI prompts
Structure prompts as:
- Objective — what needs to be accomplished.
- Context — relevant background.
- Steps — break down the process.
- Constraints — limitations or requirements.
- Output — desired format.
Example:
Objective: Generate a weekly sales report for the executive team.
Context: Analyze sales data from the past week, comparing against
previous week and monthly targets.
Steps:
1. Retrieve sales data from the database.
2. Calculate total sales, growth %, top products.
3. Generate comparative visualizations.
4. Summarize findings and trends.
Constraints:
- Include only completed transactions.
- Filter out test/demo accounts.
- Focus on revenue, not units sold.
Output: PDF report with executive summary, charts, and data tables.After creation
![]()
- Immediate: task appears with Active status; assigned agents start processing.
- Scheduled: task appears with Pending status and a countdown.
- Either way, monitor via Execution & monitoring and History & logs.
Form validation
The form will not submit until:
- Title is non-empty.
- Description has minimum content.
- Priority is selected.
- At least one AI employee is assigned.
- AI prompt is provided.
- Schedule settings are valid (if scheduled).
Related
- Recurring tasks — for tasks that should repeat.
- Priorities & status — the priority and status reference.
- Quick guide panel — the in-product sidebar with prompt-writing tips.