Comment ca marche

Un scenario clair : declencheur, conditions, actions.

1

Installer ONE CORE

2

Ajouter ONE WORKFLOW

3

Creer un workflow

4

Suivre executions et logs

Installation

ONE WORKFLOW s installe comme module ONE CORE.

Copy-Item "C:\chemin\vers\OneWorkflow" "C:\chemin\vers\one-core\app\Modules\OneWorkflow" -Recurse -Force
Copy-Item "C:\chemin\vers\OneWorkflow\public\assets\brand" "C:\chemin\vers\one-core\public\assets\modules\oneworkflow\brand" -Recurse -Force
cd "C:\chemin\vers\one-core"
php spark migrate -n "App\Modules\OneWorkflow"

Execution planifiee

Ajoutez la commande php spark oneworkflow:run a votre cron serveur pour executer les workflows arrives a echeance.

Pre-requis

PHP 8.2+, ONE CORE operationnel, MySQL/MariaDB et acces reseau au serveur de licences.