How to generate a unique URL that can be used to open a process.

Is it possible to generate a unique URL to open a process in Appian?
I would like to be able to start an Appian process instance using an API from another system, and open that process from a screen like "Appian process list" on the other system.
A process has multiple User Input Tasks and also enters sub-processes, but I would like to be able to open the process from the "Appian Process List" no matter what state it is in.
Is it possible to generate and return a unique URL for opening a process, regardless of the task, when a process instance is launched? How should I implement this?

I've recently started learning Appian.
Please forgive me for asking a beginner's question.

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello Stefan,

    I apologize for the unclear wording.
    I am hoping to implement the following process.

    1. When I click a button in an external system, use the API to start an Appian process. (The started process instance is called Process X.)
    2. When I click a URL link for Process X from the "Appian Process List" in the external system, the screen of the currently active task of Process X is opened in a new tab in the browser.
    *I used the word "open" to mean Process 2.

    Is it possible to implement the above?
    Thanks.

Children