You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently StartOrRestartProcessSequence_7_0 uses the Map<String, Object> fAttributes assigned in its constructor but does not allow successors to access this map.
It would be good to have protected accessor for Map<String, Object> fAttributes and remove duplications in successors.