CE Update Event: any way to pass before/after property values to a workflow?
Clash Royale CLAN TAG #URR8PPP CE Update Event: any way to pass before/after property values to a workflow? I've configured a FileNet workflow subscription on Add, Update and Delete events. The workflow calls a Java component to send a notification message (to a third party). We would like to see "before" and "after" property values in the notification message for "Update" events. The "Event" object that triggers the subscription has a "Modified Properties" member, so I was hoping I could just create a corresponding "ModifiedProperties" string array in the workflow, and have the subscription map "Update.ModifiedProperties = ModifiedProperties". Unfortunately, the Event's "ModifiedProperties" only gives the NEW value, not the "before" value. <= So I don't see any way to get "before/after" values directly from the subscription... It looks like the "UpdateEvent...