Hi guyz,
Could you pls help in verifying the way by which I am passing the parameters in the process.
I am trying to pass the parameters in the following integration
I have created a process variable for the above process which can be seen below-
Let me know if I am doing things correctly or not ?
Thanks in Advance.
Discussion posts and replies are publicly visible
The process parameters accept a dictionary. The key should be the exact variable name and the value should be ri!selectedSuiteName. So it should be something like
a!startProcess( processModel: cons!ACC_PM_COMMENT_ON_TASK, processParameters: { selectedSuiteName: local!selectedSuiteName } )
I have tried the same but I don't know why it's giving me warning as invalid process parameter, how to fix this ?
That is fine. But are you able to trigger the process when you click on it? Is the new instance generating?