Hi all,
I am bit confused with the arguments and variables. Please help me
I have two text file one is PLC and the other is CLC. I am reading those two file and created arguments for those two as out_PLC and out_CLC. This is in the Initialization state. i need to pass these two arguments into two xamls in the initialization state and the same I need to pass into 5other xamls in the Process Transaction state as well.
For doing that create the variables in the Main xaml (means General Business process in REFrameworks). Then use the out direction arguments to get the data from out of initialization, and import those out arguments with General Business Process variables.
To pass the these variables which contains data to the process xaml, create in direction arguments in the process xaml and import the in arguments with General Business Process Variables.