Skip to main content
April 27, 2024
Question

Integartion and web Api

  • April 27, 2024
  • 5 replies
  • 0 views

Hi 

    5 replies

    shubhama926776
    April 27, 2024

    What this(APP_getTaskIdFromProcess) rule and fv!processInfo  is returning?

    April 27, 2024

    yes , process task report 

    stefanhelzle0001
    April 27, 2024

    I have a hard time following your explanation. And it seems way too overcomplicated.

    You can link to a task from any UI in Appian, across applications. The only thing you need is the task ID. Then, instead of trying to start another process that somehow displays that already existing task, just use a!processTaskLink to open it.

    https://docs.appian.com/suite/help/24.1/Process_Task_Link_Component.html

    April 28, 2024

    thanks Stefan for your response but the main problem is user need's to start the process then it will generate the task id and that task id i can use in  processTaskLink , is there any way that user can start the process from different application and user input task get assign to him .

     

    stefanhelzle0001
    April 28, 2024

    I am not sure what you mean. It is the nature of a user input task to be assigned to people. A use can start a process from anywhere and get that task assigned.

    BTW, I suggest to make that initial user input task the start form of that process and load any required data inside the form. Then, your user would immediately see that start form.