Awesome-omni-skill workflow

Start, monitor, and manage workflow executions in Periscope

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/workflow-periscopeai" ~/.claude/skills/diegosouzapw-awesome-omni-skill-workflow-b2fed8 && rm -rf "$T"
manifest: skills/development/workflow-periscopeai/SKILL.md
source content

/workflow - Execute and Manage Workflows

Use this skill to start, monitor, and manage workflow executions in the Periscope platform.

What You Can Do

  1. Start workflows - Execute a workflow with input data
  2. Monitor execution - Check status and progress
  3. Send signals - Trigger workflow events
  4. Schedule workflows - Plan future executions
  5. Use triggers - Start workflows via signals, messages, or webhooks

How to Use

Describe what you want to do with workflows:

  • "Start the approval workflow for order 12345"
  • "Check the status of my running workflows"
  • "Cancel workflow abc-123"
  • "Send an approval signal to workflow xyz"
  • "Schedule the report workflow for tomorrow at 9am"

Common Operations

Start a Workflow

Start workflow: approval_workflow
Input: {"request_id": "REQ-001", "amount": 5000}

Check Status

Get status for workflow: approval_workflow-uuid

Send Signal

Send signal "approve" to workflow: approval_workflow-uuid
Data: {"approved_by": "manager@company.com"}

Schedule for Later

Schedule workflow: daily_report
Run at: 2024-01-15 09:00 UTC

Workflow Types

Common workflow types available:

WorkflowTask QueuePurpose
approval_workflowperiscope-queueMulti-step approvals
data_processing_workflowperiscope-queueETL pipelines
business_process_workflowperiscope-queueBusiness automation
agent_coordination_workflowperiscope-ai-queueAI agent coordination

Workflow Statuses

StatusDescription
runningCurrently executing
completedFinished successfully
failedFailed with error
cancelledManually cancelled
timed_outExceeded timeout

Reference Documentation

Delegated Agent

This skill delegates to the workflow-operator agent which has access to:

  • periscope-workflows-dev
    MCP server (18 tools)
  • periscope-tasks-dev
    MCP server (~11 tools)