Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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?