cap-apps-workflow

Installation
SKILL.md

Rule: Domo App Platform Workflows (Toolkit-First)

This rule is toolkit-first. Use WorkflowClient for workflow operations in apps.

Legacy endpoint-first guidance has been archived to archive/legacy-rules/domo-workflow.md.

Canonical Client

yarn add @domoinc/toolkit
import { WorkflowClient } from '@domoinc/toolkit';

const startResponse = await WorkflowClient.startModel('myWorkflow', {
  inputVar: 'value',
  anotherVar: 123
});
Related skills
Installs
5
GitHub Stars
15
First Seen
Mar 24, 2026