I don't like watching my Tasklist all day. Getting email notifications for tasks that I should complete is nice, but sometimes I don't want to complete the task right after being notified but still need to keep in mind there is something pending.
This is how I came to create a simple PHP script that exposes my tasks as an RSS Feed. I can use that in my personal master dashboard (Microsoft Outlook) to keep track of my camunda Tasklist. Here is the result:
Tasklist RSS Sources
This is how I came to create a simple PHP script that exposes my tasks as an RSS Feed. I can use that in my personal master dashboard (Microsoft Outlook) to keep track of my camunda Tasklist. Here is the result:
Huh wow, how did I do that?
I used the camunda BPM PHP SDK plus 40 lines of code. You can find them here:Tasklist RSS Sources