Engine-Nodes
Native ProcessCube® Engine-Integration für BPMN-Workflows.
Start Process Node
Startet BPMN-Prozesse in der Engine.
Input:
msg.processModelId = "MyProcess_v1";
msg.payload = {customerName: "Max", amount: 1000};Output:
msg.processInstanceId = "abc-123";Finish UserTask Node
Beendet UserTasks und setzt Prozess fort.
Input:
msg.userTaskInstanceId = "ut-123";
msg.payload = {approved: true, comment: "OK"};Engine Events Node
Abonniert Engine-Events (processStarted, userTaskCreated, etc.).
Configuration:
Event Type: userTaskCreated
Engine URL: ${ENGINE_URL}Query Process Instances Node
Fragt laufende Prozess-Instanzen ab.
Input:
msg.processModelId = "MyProcess_v1";
msg.state = "running";Nächste Schritte
- ProcessCube® Konzepte - Engine-Integration verstehen
- Use Cases - Workflow-Beispiele