Skip to content

Commit b383405

Browse files
author
Frank Martinez
committed
fix for infinite loop on error in error handler
1 parent 0f60de4 commit b383405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action/flow/instance/instances.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ func (inst *IndependentInstance) HandleGlobalError(containerInst *Instance, err
365365
return
366366
}
367367

368+
containerInst.isHandlingError = true
369+
368370
flowBehavior := inst.flowModel.GetFlowBehavior()
369371

370372
//not currently handling error, so check if it has an error handler

0 commit comments

Comments
 (0)