Workflows
Running Workflows
Check what workflows are currently active
See every active and pending workflow in one place. Running Workflows shows you what's in progress, when it started, and how far along it is -- so you never launch duplicates or lose track of running tasks.
Why use this
- Avoid duplicates -- check what's already running before launching a new workflow of the same type
- Track onboarding after project creation -- when you create a project, onboarding starts automatically; this is how you find its run ID
- See real-time progress -- each running workflow includes step-by-step progress with a percentage, so you know exactly how far along it is
What you'll get
| What | Description |
|---|---|
| Workflow run ID | The tracking number for each active run |
| Workflow type | What kind of workflow is running (e.g., seo, reddit_scraper) |
| Status | Either "pending" (queued) or "running" (in progress) |
| Created at | When the workflow was launched |
| Started at | When execution actually began |
| Progress | Current step label, percentage complete, and the full step list |
Step by step
Ask what's running
Provide a project name or ID and Luce returns all active workflows.
"Show me running workflows for my project"
Check for the workflow you care about
Look at the list to find specific workflows. If you just created a project, the onboarding workflow will appear here with its progress.
Decide your next move
If nothing is running, you're free to launch a new workflow. If something is already in progress, wait for it to finish or cancel it if needed.