Event element
|
Property name
|
Data type
|
Mandatory
|
Comment
|
Process Name
|
PROCESS_NAME
|
CHARACTER
|
Yes
|
The process template name of the Business Process Server process.
|
Operation Type
|
OPERATION_TYPE
|
CHARACTER
|
Yes
|
The operation to be performed in Business Process Server. Possible value: CREATE_INSTANCE
|
Instance Alias
|
INSTANCE_ALIAS
|
CHARACTER
|
No
|
The alias or prefix of the created instance name. If not provided, then process template name is the alias.
|
Email id
|
NOTIFY_EMAILS
|
CHARACTER
|
No
|
The comma separated e-mail addresses to which notification is to be sent about invalid messages.
|
Event element
|
Property name
|
Data type
|
Mandatory
|
Comment
|
Sender
|
SENDER
|
CHARACTER
|
Yes
|
The external system information from where the event is generated.
|
Category
|
CATEGORY
|
CHARACTER
|
No
|
This can be used by senders to group events based on functional domains. For example, Finance, CRM.
|
Priority
|
PRIORITY
|
CHARACTER
|
No
|
This is the priority of the instance to be created. Possible values: CRITICAL, HIGH, MEDIUM, LOW. The default is MEDIUM.
|
Performer
|
PERFORMER
|
CHARACTER
|
No
|
Considered as the instance creator. If not provided, then the BP Server bootstrap user specified during Business Process Server installation is used.
Note: If the performer specified is an invalid BP Server user, then no BP Server user can see this instance in their MyInstance tab.
|
Create Time
|
CREATE_TIME
|
INT64
|
Yes
|
This is the current time in the external system when the event was generated.
The value should be specified in milliseconds.
|
Context
|
CONTEXT
|
HashMap object
|
No
|
The external system can add any extra data to the context. To send such data, prepare a HashMap<String,String>, where key and value are of type java.lang.String.
|
Dataslot
|
DATASLOT
|
HashMap object
|
No
|
The dataslot to be updated in the process flow. The key is the dataslot name and value is the dataslot value. For more information about passing a dataslot as part of event, refer to Dataslot update.
|