@onlineapps/conn-orch-orchestrator 1.0.51 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/conn-orch-orchestrator",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Workflow orchestration connector for OA Drive - handles message routing and workflow execution",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -372,7 +372,7 @@ class WorkflowOrchestrator {
372
372
  const finalCookbook = {
373
373
  ...cookbookDef,
374
374
  steps: updatedSteps,
375
- _pointer: { next: null } // Workflow stuck - waiting for human intervention
375
+ _pointer: { next: current_step } // Points to failed step - resume from here after requeue
376
376
  };
377
377
 
378
378
  try {