1 Reply Latest reply on Oct 20, 2011 7:24 AM by swiderski.maciej

    Abort work item

    whabelitz

      Hi,

       

      Inside a work item handler I have the possibility to complete a work item (WorkItemManager.completeWorkItem(processid, results))

      or to abort it (WorkItemManager.abortWorkItem(processid)).

      How is the process which includes thís work item informed that the work item is aborted? Is it possible to give some information why the work item is aborted to the process?

      Any suggestions are appreciated.

       

      Thanks