We want to be able to launch the X appian instance from the Y so that the details can be passed by the system.
Discussion posts and replies are publicly visible
Generally this is just what subprocesses are for. When you call a process as a subprocess from another process, you just pass in the parameters, any start form is ignored.
We have two different appian instance, We have a process to submit a request in A appian instance and B has some details. now user is manually opening to instance and filling out the details from B, to avoid manual work. we need to trigger the process by passing parameters from instance B.
Thanks for clarifying - so for separate environments you'll need to refer to Mathieu's answer below - using API connections between environments is pretty easy. I even set up an API connector to send stuff (just for testing reasons) between my corp dev environment and my Community Edition site.
Am tried <appian-action processModelUuid=""0002e7ee-dc54-8000-8538-7f0000014e7a""></appian-action> in webapi using safelink am able to launch the process, is there a way i can pass parameters to it?
I have no idea what you are doing here !?!
The way it is meant to be implemented is, by creating a web API on one environment, and call that API from the other. Then you can easily pass anything you want.