cancel
Showing results for 
Search instead for 
Did you mean: 

Sending a argument from C# code to BP process via Command Line

RaahulC1
Level 3
Hi all, Is there any way wherein we can send a argument from a C# code in visual studio to Blue prism process/object so that we can use the argument in BP process and process it. Thanks, Raahul C
4 REPLIES 4

John__Carter
Staff
Staff
Yes, add input parameters to the process and expose it as a web service or run it from the command line.

CChinnaiah
Level 2
Hi All , How do we use global code in initialise stage and also how to send a arguments to global code thanks in advance to all

John__Carter
Staff
Staff
See my previous answer. Use input parameters to pass external data to a process, then use a code stage to pass data item values into a method in your global code area.

Hi Jhon Carter , thank you very much for reply . I tried with your solution but still I am not able to send the arguments to global code area in initialise stage .