Computer Science, asked by satyamy8224, 1 year ago

Which stage(s) can be configured in process studio to send input and output parameters in object studio?

Answers

Answered by myrakincsem
0

Hello there,

Following are the stages that can be configured in process studio to send input and output parameters in object studio;

  1. Go to object studio and add input parameter at start stage of an object.
  2. Now pass on the value or data item you want to call in object studio.
  3. Then go to process studio - Add action stage and select the object from the drop down (where you defined input parameter in step 1 ), you will see the parameter under Input tab.

I hope the above answer is of use to you.

Thanks for asking.

Answered by Sidyandex
2

To send input output parameters in object studio one must define the data collection in output stage of that object.

For this purpose, one must add it to 'End' step.

After that, the user must give name to it, add suitable description, select the data type and show the BP to get location of the value.

After that, one can see naming convention given to the data at the object level under ‘outputs’.

Lastly one must give the data to get stored at somewhere in the process level.

Similar questions