Skip to main content

Welcome to the Process Studio Public Documentation

This documentation is accessible to everyone and contains general information about Process Studio.

What is Process Studio?

Process Studio is a comprehensive business process management (BPM) and enterprise content management (ECM) solution developed by Avanteam.

Content of this Documentation

  • Solution overview
  • Main features
  • Use cases
  • FAQ

This section is freely accessible, no authentication required.

Automatic Workflow Test

This text was added to test the GitHub Actions workflow.

Workflow Verification

This test verifies that the GitHub Actions workflow works end-to-end after fixing the Harbor secret.

Quick Deployment Test

This test verifies that quick deployment (2-3 min) works correctly.

Final Test - Simplified Workflow

Verification of the simplified QUICK workflow after repository reorganization. This workflow now only contains the quick-deploy job, without change detection.

npm and Docusaurus Cache Test

Test of the cache system to reduce deployment time from ~4 min to ~2 min.

QUICK Optimizations Test

Test of QUICK workflow optimizations:

  • Docusaurus Faster: Rspack + SWC + Lightning CSS + MDX cache
  • Parallel deployment: Simultaneous deployment to all pods
  • Goal: Reduce deployment time from 2-3 min to less than 1 minute

Test in progress with updated package-lock.json...

Level 2 Optimizations

Test of additional optimizations:

  • npm ci --prefer-offline --no-audit
  • Fast tar.gz compression (gzip --fast)
  • Conditional GNU parallel installation

CODEOWNERS Test

This line was added to test CODEOWNERS protection on documentation files.

Expected result: This PR should be mergeable after review by @rgarcia (or defined responsible).