Notify Configuration

The Notify Configuration specifies a schema to use for passing data between executing process instances. The corresponding Receive Notification, Notify and Wait for Notification activities use the same Nofity Configuration to define the data for inter-process communication. The schema can be empty, if you do not want to pass data between processes.

General

The General tab has the following fields.

Field Description
Package The name of the package in which you want to create a Configuration resource.
Name The name of the configuration resource.
Description A description of the configuration resource.

Notify Configuration Editor

The Notify Configuration Editor is used to define a custom schema. The schema can be empty, if you do not want to pass data between processes.

You can define your own datatype on this tab, and you can reference XML schema or ActiveEnterpise classes stored in the project. Once defined, the data specified on the tab appears on the Input or Output tab of the Receive Notification, Wait for Notification or Notify activity where this shared configuration resource is used.