Skip to main content
Known Participant
July 7, 2023
Question

Is it possible to launch a process with start form from one appian instance in another.

  • July 7, 2023
  • 9 replies
  • 0 views

We want to be able to launch the X appian instance from the Y so that the details can be passed by the system.

    9 replies

    mikes0011
    Brainy
    July 7, 2023

    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.

    Known Participant
    July 7, 2023

    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.

    mikes0011
    Brainy
    July 7, 2023

    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.

    mathieud0001
    Brainy
    July 7, 2023

    Is the question that you want to launch a start form on another Appian instance?

    The only way to do this would be an API request that would return you a URL to a Task Form. It would be 2 steps though (1 for the button and then you would have to click on the URL).

    mikes0011
    Brainy
    July 7, 2023
    another Appian instance

    For some reason I assumed OP was referring to process instances, but good point.  More detail definitely required here.