Workflow Runs
| Workflow | Type | Steps | Agents | Duration | Status |
|---|---|---|---|---|---|
| simple workflow | sequential | 3 | test1, test2, test3 | 12.4s | Completed |
| parallel workflow | parallel | 3 | test1 – test5 | 8.1s | Completed |
| conditional workflow | conditional | 3 | agent1, agent2, agent3 | 15.7s | Completed |
| loop workflow | loop | 2 | generate1-10, countdown | 42.3s | Running |
| code workflow | code | 2 | code, github-lister | 6.8s | Completed |
| openai workflow | sequential | 3 | openai-agent | 22.1s | Completed |
| slack workflow | sequential | 2 | slack-agent | 3.2s | Completed |
| scoring workflow | evaluation | 3 | scorer, evaluator | 18.9s | Completed |
| exception workflow | sequential | 3 | test1 – test4 | 9.5s | Failed |
| multi workflow parallel | multi | 4 | test1 – test5 | 31.0s | Running |
| dspy workflow | sequential | 2 | dspy-agent | 14.6s | Completed |
| simple cron workflow | cron | 4 | test1 – test4 | — | Scheduled |
Parallel Workflow — Flow
flowchart TD
A[Start: prompt] --> B[step: list\nagent: test1]
B --> C{parallel}
C --> D[agent: test2]
C --> E[agent: test3]
C --> F[agent: test4]
D --> G[step: result\nagent: test5]
E --> G
F --> G
G --> H((End))
style A fill:#6c5ce7,color:#fff,stroke:none
style H fill:#00b894,color:#fff,stroke:none
style C fill:#fdcb6e,color:#333,stroke:none
Recent Activity
Just now
loop workflow — step2 iteration 7, waiting on condition
2m ago
multi workflow parallel — sub-workflow B running step 2/3
5m ago
dspy workflow completed in 14.6s
8m ago
exception workflow failed at step2 — agent test2 raised RuntimeError
12m ago
scoring workflow completed — score: 0.87
15m ago
openai workflow completed in 22.1s
20m ago
parallel workflow completed in 8.1s
Conditional Workflow — Flow
flowchart TD
A[Start: prompt] --> B[step1\nagent1]
B -->|"condition == True"| C[step2\nagent2]
B -->|"condition == False"| D[step3\nagent3]
D -->|"case True"| C
D -->|"case False"| D
D -->|default| D
C --> E((End))
style A fill:#6c5ce7,color:#fff,stroke:none
style E fill:#00b894,color:#fff,stroke:none
Active Agents
openai-agent
Framework: OpenAI
Used in 2 workflows
code
Framework: Code Execution
Used in 1 workflow
slack-agent
Framework: Slack
Used in 1 workflow
countdown
Framework: Mock
Used in 1 workflow (looping)
scorer
Framework: Scoring
Used in 1 workflow
dspy-agent
Framework: DSPy
Used in 1 workflow
github-lister
Framework: Code
Used in 1 workflow
beeai-agent
Framework: BeeAI
Used in 1 workflow
prompt-agent
Framework: Prompt
Used in 1 workflow