procedure Close (nid in number, responder in varchar2 default null);
public static boolean close (WFContext wCtx, BigDecimal nid, String responder)
This procedure closes a notification.
| wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
| nid | The notification ID. |
| responder | The user or role who responded to the notification. |