Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core: Flow Executor
-
Labels:None
Description
Transitions for handling exceptions (with on-exception attribute) ignore history attribute.
TransitionExecutingFlowExecutionExceptionHandler creates new Transition with TargetStateResolver (in TransitionExecutingFlowExecutionExceptionHandler line 110 ). However it doesn't populate attribute map of this new Transition , so history attribute is ignored when transition is executed.