Closed
Description
If a task type definition is removed from kibana, old tasks of that type cause a script error as our painless script throws a null pointer exception when looking for their maxAttempts
value in the taskMaxAttempts
map.
This change was introduced in 7.11.0 we should fix this before this version is released.