bonita-implement

Deploy Bonita BPM artifacts into project directories with backups and build validation.

Updated Jun 24, 2025
One-click install
npx skills add https://github.com/bonitasoft-presales/presales_workflows --skill bonita-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bonita-implement
Source: https://github.com/bonitasoft-presales/presales_workflows/tree/main/.claude/skills/bonita-implement
Command: npx skills add https://github.com/bonitasoft-presales/presales_workflows --skill bonita-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the deployment of generated Bonita BPM artifacts into a project structure, ensuring safe integration through backups and validation.

Core Features & Use Cases

  • Automated Deployment: Copies generated artifacts from docs/out/ into the project directories, such as bdm/, app/organizations/, app/profiles/, and app/diagrams/.
  • Safety and Validation: Creates timestamped backups before overwriting files and runs build tests to verify project integrity.
  • Use Case: When a developer generates new BPMN diagrams, organizational XML files, and data models, they can invoke this Skill to deploy all artifacts reliably, with options to rollback if errors occur.

Quick Start

Invoke the "bonita-implement" skill to deploy your latest BPM artifacts into your project with safety checks and automatic rollback on failure.

Frequently Asked Questions about bonita-implement

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

FAQPage Schema
How do I automate Bonita BPM artifact deployment into project directories?

Automated Bonita BPM artifact deployment copies generated files from docs/out/ into project directories like bdm/, app/organizations/, and app/diagrams/ while running build validation to ensure data integrity.

Can I rollback Bonita artifacts if a deployment fails validation?

Yes, Bonita artifact rollback is supported through optional manual capabilities and automatic rollback triggers that activate when build validation tests detect project integrity errors after deployment.

When do I need to create backups before deploying BPMN diagrams and data models?

You need backups before deploying BPMN diagrams and data models whenever overwriting existing project files, ensuring you can restore previous configurations if the new artifacts cause build failures.

What is the safest way to deploy Bonita organization XML files and profiles?

The safest way to deploy Bonita organization XML files and profiles is by using timestamped backups before overwriting, followed by build tests to verify project integrity and enable rollback if errors occur.

Does continuous integration deployment for Bonita support automatic rollback on failure?

Yes, continuous integration deployment for Bonita supports automatic rollback on failure by enforcing validation, creating safety backups, and reverting artifacts if build tests detect errors during the workflow.