how to pass the collections data from process studio to object studio using input and output paramters in blue prism

我怕爱的太早我们不能终老 提交于 2020-06-09 07:04:47

问题


Creating a demo process for calling BP travels VBO in Blue Prism. Want to capture the data in the create quote tab using capture collection in Process Studio and pass the data to a collection inside an object in Object Studio.


回答1:


First capture the data in the "create quote" tab into a collection item in your process. Then go to the object in Object Studio and inside the Start stage, Add a new input:

In the object, create a collection item and call it the same as the collection item in the process; then use it to populate the "Store In" field in the Start new input as shown in the picture above - OK. Then add any other stages you need in your object and remember to publish your object and save. This is to make the object available to your process in Process Studio.

Then back in your process, use an Action stage to use your object and the page inside the object where you created the (duplicate)collection item. When you run this stage from your process what will happen is that the data from "quote tab" that you captured inside the collection item in your process, will be passed to the (duplicate) collection item inside your object (as long as they both have the exact same name).

To do the reverse, you will be adding an output to the End stage in your object, and adding an input to the Start stage of your process.



来源:https://stackoverflow.com/questions/55153645/how-to-pass-the-collections-data-from-process-studio-to-object-studio-using-inpu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!