Customizing Task Assigned Emails

Hey All, 

I was wondering if there was a way in which I could customize the following default email that Appian sends out notifying a task has been assigned? 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Kiara Shakaj

    Hi - it's doable but takes a bit of a workaround.  Basically you would split the process flow using an AND gateway; on one path, launch the task as normal.  On the other path - possibly behind a short (10 second) timer to ensure the task is launched first - use a!queryProcessAnalytics into a Process Instance report pointing to your process model and process ID, where the result of the QPA call is the Task ID.  After that, you could simply generate the URL using the task ID and send it in an email formatted as you wish.

Children
No Data