Interface

i have created a process model where pdf file is created from a form as a salary slip  and than i have assigned another user input task (with another interface) to show that pdf and download it. and i have linked it to  a related action link  button to generate and show the pdf to the user. but as the user click the generate salary slip  it creates the pdf but it wont show the other interface to show the pdf and download it. it shows that interface as a asign task page. so need help to show the pdf to the user as he clicks the generate pdf button and user can download it.

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    I assume you're having the user submit something from the Start Form and you're expecting them to see the generated document on the User Input Task right away.  This is fine, but you don't have chaining enabled all the way to the user input task.  From the user's perspective, chaining will break (and the rest of the process will continue asynchronously) at the first unchained activity flow line, which in yours, is the very first one:

Reply
  • +1
    Certified Lead Developer

    I assume you're having the user submit something from the Start Form and you're expecting them to see the generated document on the User Input Task right away.  This is fine, but you don't have chaining enabled all the way to the user input task.  From the user's perspective, chaining will break (and the rest of the process will continue asynchronously) at the first unchained activity flow line, which in yours, is the very first one:

Children