domo/workflow-automate

Automate Domo Workflow initiation and lifecycle management via the Workflows Product API.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill domo-workflow-automate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domo/workflow-automate
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/domo/workflow-automate
Command: npx skills add https://github.com/MantisWare/BizForge --skill domo-workflow-automate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation, triggering, and lifecycle management of Domo Workflows via the Workflows Product API for automated process orchestration.

Core Features & Use Cases

  • Programmatic workflow initiation: Start workflows using the Workflows Product API with modelId and input data.
  • Status polling and lifecycle management: Retrieve status and wait for completion or handle errors.
  • External app integration and design-time patterns: Trigger from custom apps, cross-instance workflows, and design workflows with Code Engine steps.

Quick Start

Use the workflow-automate CLI to start a workflow by supplying the modelId and input data.

Frequently Asked Questions about domo/workflow-automate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger a Domo workflow via the API?

You can trigger a Domo workflow via the API by supplying the modelId and input data to the Workflows Product API. This initiates the automated process orchestration programmatically from the CLI or external apps.

What is the best way to monitor Domo workflow execution status?

The best way to monitor Domo workflow execution status is by polling the Workflows Product API. This retrieves the current lifecycle state, allowing you to wait for completion or handle execution errors.

Can I use Domo workflows for cross-instance operations and external app integration?

Yes, you can use Domo workflows for cross-instance operations and external app integration. The Workflows Product API supports triggering workflows from custom apps and managing design-time patterns.

Do I need Domo Code Engine to automate workflows with custom logic?

Using Domo Code Engine is not strictly required to trigger workflows, but it is supported for design-time workflow patterns. You can incorporate Code Engine steps to handle complex logic within your automated workflows.

How does authentication work when initiating Domo workflows programmatically?

Authentication is handled directly through the Workflows Product API when initiating Domo workflows programmatically. The API satisfies authentication requirements alongside input handling and status polling.