I´ve created an Import Action Flow and I need to execute a Stateless Process to update all the imported documents ?
How can I get the object ids from the imported objects ?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
From an application page, the event is found here:
Did you get any feedback on this? I'm looking for the same thing
You can map the UI Event "Object Imported" payload to stateless process.
Hi Swati,
Thanks for the information.
However, the UI Event "Object Imported" does not exists in xCP 2.2 any more.
I'm looking at creating a Custom Import ActionFlow now.
I should be able to add the functionality I need (create a relation between the imported document and a Business Object).
UI Event "Object Imported" is available in xCP 2.2. This event is fired when a document is imported, irrespective from default or custom import action flow. On success of import action flow, you can call another stateless process or any other action and pass the imported document ids from UI Event "Object Imported"
The best way use business event to trigger the stateless process. (On creation of document object we can trigger the stateless process)
Like Nike said, you can use "Object Imported" UI Event. My problem occurred because there was a bug in that version of xCP 2.1. The next patch corrected the problem.
Thanks for all the comments, I'm trying out the Object Imported event right now.
Yippie, it works great!