ARMARA Course 03

Course 03 / Module 07

Which one do I reach for?

Choose among clock, callback, internal event, goal-directed mission, and fixed-step workflow from the way work starts.

Level
Beginner to intermediate
Time
8 minutes
Commands
No new commands
Finish
A printed decision card

Video / coming soon

The written lesson is complete now.

A read-only decision card

No state changes occur. Use the same ArmaraOS commands on both platforms.

Use PowerShell.
01

Use one comparison card

MechanismStarts whenAuthor a file?Verified note
CronA clock reaches a time.NoCreate works; disable did not persist.
WebhookA callback registration is used.NoRegistration fails on 0.8.3.
TriggerAn internal event occurs.Inline JSONBounded create and delete work.
MissionYou start a goal-directed run.NoCourse 4.
WorkflowYou run fixed ordered steps.JSON fileCourse 4.
02

Separate recipe from goal

A workflow is a recipe with fixed steps. A mission is a goal the agent figures out how to reach.

03

Read all five inventories

Run in your terminal
armaraos cron list
armaraos webhooks list
armaraos trigger list
armaraos mission list --agent-id <UUID>
armaraos workflow list
Real current cron roster
Real cron state / 13 curated rows
Real failed webhook registration and empty list
Real webhook limitation / empty inventory
Real trigger deletion and empty list
Real trigger cleanup / empty inventory
04

Choose from plain-language scenarios

ScenarioChoice
Weekday brief at 9Cron
React when another agent is spawnedTrigger
Repeat three fixed transformations in orderWorkflow
05

Choose your next course deliberately

If you want one assistant to run a scheduled job and message you, this is a legitimate stopping point once channel credentials are ready. Course 4 is multi-agent work. Course 5 is memory and outside tools.

Check it / choose without notes

Name the start condition.

Choose a mechanism for three new scenarios and run its list command to name where state would appear.

Safety note

Every command in this sitting is read-only.

Troubleshooting the decision
ConfusionCorrection
Workflow versus missionFixed recipe versus goal-directed work.
Cron versus triggerTime event versus internal event.
Webhook versus triggerRegistered URL mechanism versus internal event.
Bare mission list failsAdd --agent-id.

Back to Module 3.6

Next / Module 3.8

CAPSTONE: the morning brief, end to end

Lesson ready