Getting notices from Domino server

The Get Notices activity is used to get notices from the database in the IBM Domino® server that matches the values that are specified in the input fields of Map Inputs.

Using the Get Notices activity
  1. Right-click Orchestration in the Project pane and click New Orchestration to create or open an orchestration. The orchestration pane is displayed.
  2. Select the Activities tab and expand the Domino folder.
  3. Drag Get Notices from the Domino® folder onto the orchestration. A graphical representation of the orchestration along with the Checklist is displayed.
  4. Click Pick Endpoint, and then select a Domino endpoint.

    For instructions on creating or editing a Domino endpoint, see Creating or editing an endpoint for a Domino activity.

  5. Click Configure from the Checklist. The Configure pane is displayed.
    • Click the Request Response Format list to select the XML, JSON, or ICAL format.
    • Click Browse to select an existing database from the Browse Domino Database pane. The Browse Domino databases display all the databases for the selected endpoint.

  6. Select the Map Inputs in the Checklist. The XML schemas generated from the selected object of the Get Notices activity are displayed as nodes under the request input parameter in the To Activity panel.
    Table 1. Map Input Parameters
    Parameter Description
    since Retrieves all the notices from the timestamp mentioned in this field. For example, 2014-09-17T07:00:00Z
    before Retrieves all the notices from the timestamp mentioned in this field. For example, 2014-09-17T07:00:00Z. The before parameter is always used with the since parameter.
    id Accepts an event ID as the input and returns the details of that notice. For example, 0941088CD074C75065257CA8001AB24C-Lotus_Auto_Generated.
    AllEvents Accepts True as the values and return all the notices in that database.
  7. Map the orchestration variables and the input parameter of the activity.
    Note: Values must be provided at run time for any mandatory elements of the input structure. A value can be provided by specifying a default value for element or by linking the element with an input node. During run time if no value is provided for a mandatory element, the activity throws an exception, which is reported by the Web Management Console. If a value is not provided at run time for an optional input parameter, no exception is thrown during run time.
  8. Select the Map Outputs in the checklist. The XML schema generated to hold the response of the activity is displayed as nodes under the response output parameter in the From Activity panel.

  9. Create a mapping between the output parameters and orchestration variables.
You have configured the Domino Get Notices activity.



Feedback | Notices


Timestamp icon Last updated: Thursday, December 17, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/Domino_Get_Notices_Activity.html