You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Semitexa Workflow \u2014 stateful business process orchestration with code-defined state machines, transition guards, side-effects, history, and scheduler integration",
"type": "semitexa-module",
"license": "MIT",
"authors": [
{
"name": "Semitexa",
"email": "support@semitexa.com"
}
],
"require": {
"php": "^8.4",
"semitexa/core": "*",
"semitexa/orm": "*",
"semitexa/tenancy": "*",
"semitexa/scheduler": "*"
},
"autoload": {
"psr-4": {
"Semitexa\\Workflow\\": "src/"
}
},
"extra": {
"semitexa-module": {
"name": "workflow",
"description": "Stateful business process orchestration: code-defined state machines, transition guards, side-effects, persistence, scheduler integration, manual approval support"