Method ((ISIgnOffEventInfo) event). getNotifiers(); Failed to get the notifier
IDataObject[] notifiers = ((ISignOffEventInfo) event).getNotifiers();
if(notifiers != null){
for(IDataObject dataObject : notifiers){
sb.append(dataObject.getName());
}
}
When approving the workflow, the above code cannot obtain the notifier.
0