-
Notifications
You must be signed in to change notification settings - Fork 41
Business Object Notification Registration
Nate Weisz edited this page Mar 29, 2016
·
3 revisions
Job action will run a data processing job in Herd.
Following values will be made available as workflow parameters:
Element | Workflow variable name | Notes |
---|---|---|
namespace | notification_namespace | Namespace of Business Object Notification Registration that triggered the job |
notificationName | notification_name | Name of Business Object Notification Registration that triggered the job |
businessObjectDataEventType | notification_businessObjectDataEventType | |
notificationCorrelationData | notification_correlationData | |
businessObjectData | notification_businessObjectData | The business object data in JSON. Please see the LINK*** for details. |
businessObjectDataKey | notification_businessObjectDefinitionNamespace notification_businessObjectDefinitionName notification_businessObjectFormatUsage notification_businessObjectFormatFileType notification_businessObjectFormatVersion notification_partitionColumnNames (partition column names delimited by "|") notification_partitionValues (primary and sub-partition values delimited by "|") notification_businessObjectDataVersion |
The list of partition columns might be smaller than the actual number of partitions for the associated Business Object Format. The number of partition columns is limited to the number of partition values that are actually used to register this business object data. |
newBusinessObjectDataStatus | notification_newBusinessObjectDataStatus | The new business object data status. |
oldBusinessObjectDataStatus | notification_oldBusinessObjectDataStatus | The old (previous) business object data status. This variable is only set for business object data status change event. |
- Getting Started with herd
- herd Usage Pages
- herd API documentation
- herd Workflow Tasks
- herd Tools