@onlineapps/conn-orch-orchestrator 1.0.52 → 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
|
@@ -372,7 +372,7 @@ class WorkflowOrchestrator {
|
|
|
372
372
|
const finalCookbook = {
|
|
373
373
|
...cookbookDef,
|
|
374
374
|
steps: updatedSteps,
|
|
375
|
-
_pointer: { next:
|
|
375
|
+
_pointer: { next: current_step } // Points to failed step - resume from here after requeue
|
|
376
376
|
};
|
|
377
377
|
|
|
378
378
|
try {
|