Agile (MOSC)

MOSC Banner

Method ((ISIgnOffEventInfo) event). getNotifiers(); Failed to get the notifier

in Agile (MOSC) 1 commentAnswered
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center