Hello,
For some odd reason, the TaskName property in Designer 2.2 removes spaces from the name defined in the Work Item definition, this is causing me to run into "org.drools.WorkItemHandlerNotFoundException: Could not find work item handler for".
So if i defined the name as 'Invoke Rest Service' designer would make it 'InvokeRestService', which would cause the error because when i'm registering the work item handler i use the name 'Invoke Rest Service'.
Is this a bug or did i do something wrong in my definition?
Thanks