Hi Dirk,

 

One of customization was causing issue. In one BR there was line

current.state = old.state;

Business Rule moves to the previous state (so from Cancelled to New) this meets the condition of the Business Rule 'Task closer' which moves the State from New to Closed. This Business Rule uses the function runRTaskCloser Script Include TaskStateUtil for its condition

 

View solution in original post