> Workflow Templates
Chain commands into reusable multi-step automations
What are Workflows?
Workflows let you chain multiple Morpheus commands into a single, reusable automation. Each step is a natural language instruction — the same format you'd use in a regular conversation. Steps can have conditions, failure handlers, and variables.
Built-in Templates
Morpheus ships with three built-in workflow templates:
Morning Briefing
Checks your calendar, system health, and git status, then summarizes everything in a quick briefing.
Deploy & Notify
Runs tests, builds for production, deploys, and sends a notification. Each step depends on the previous one succeeding.
Backup Routine
Creates a system snapshot, backs up important config files, and verifies the backup.
Creating Custom Workflows
You can create workflows in two ways:
From conversation history
After completing a series of commands, say “save that as a workflow.” Morpheus converts your recent commands into a replayable template.
From scratch
Define steps, variables, conditions, and triggers through the workflow editor in the mobile app.
Triggers
Workflows can be triggered three ways:
- Manual — Run from the mobile app or by voice (“run my morning briefing”)
- Scheduled — Set a cron schedule (e.g., every weekday at 8am)
- Event-based — Triggered by watcher events (e.g., “run backup when disk exceeds 80%”)