Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
---
-
---
Description
By looking at the code it looks like the Abort phase is a terminating phase, since there are no other "X phase" that we can transition "Abort" ---> "X phase"
So at a first glance it looks like it should be isTerminating() == true, however the code returns isTerminating() == false
Since I don't know if there are any internal considerations to have this phase non terminal I've just open this JIRA for quick investigation/notification.