This content has been marked as final.
Show 2 replies
-
1. Re: Could not find work item handler for Send Task on Send message event
swiderski.maciej Jan 22, 2015 3:51 AM (in response to melissa.ferenal)it's because message throw event is realized by send task handler and thus it needs to be registered for sending the message. If you would like to communicate between branches in process or between processes then better would be to use signal events rather than message as they don't require handlers to be registered.
HTH
-
2. Re: Could not find work item handler for Send Task on Send message event
meadlai Apr 11, 2018 3:08 AM (in response to swiderski.maciej)Thanks Swiderski,
I wonder is it possible to register the handle in the "business-central" and without any coding?
I just practice BPM modeling with jBPM6.