view-process
Launch a visual viewer for BPMN, DMN, or Form files in the browser.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Launch a visual viewer for BPMN, DMN, or Form files in the browser.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | view-process |
| description | Launch a visual viewer for BPMN, DMN, or Form files in the browser. |
| argument-hint | [.bpmn, .dmn, or .form file] |
Launch the Camunda file viewer to visually inspect a BPMN process, DMN decision table, or Camunda Form.
$ARGUMENTS
Auto-detects file type from extension (.bpmn, .dmn, .form) and loads the right viewer (bpmn-js, dmn-js, or form-js).
Start it with: node tools/camunda-viewer/serve.js
Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling.
Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows.
Install and start Camunda 8 Run locally for development. Downloads the latest version, verifies Java, and starts the engine.
Deploy all Camunda resources (BPMN, DMN, forms) to the engine. Use when ready to deploy process definitions.
Generate a Camunda 8 DMN decision table. Use when creating business rules or decision logic.
Scaffold a new Camunda 8 project with the right structure, dependencies, and docs. Use when starting a new process automation project.