run_workflow
Run installed skill workflows on Android or iPhone devices to automate actions like video uploads or email sends, using device, skill, workflow, and optional JSON params.
Instructions
Run an installed skill workflow on the device.
Call list_skills() first to see available skills and workflows.
Examples: run_workflow("SERIAL", "tiktok", "upload_video", '{"video_path": "/tmp/video.mp4"}') run_workflow("SERIAL", "send_gmail_email", "recorded", '{"subject": "Hello", "body": "Test"}')
params is a JSON string of keyword arguments for the workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | ||
| device | Yes | ||
| params | No | {} | |
| workflow | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |