Re: [Architecture] Jaggery based UI for WS-Human Tasks

2014-07-31 Thread Milinda Perera
Hi, Here is the UI page flow upto displaying task inbox ​ There are three types of tasks which need to display to a specific user: 1. ASSIGNED_TO_ME - Tasks assigned to the user 2. CLAIMABLE - Claimable Tasks where the current logged-in user can claim (tasks that are in READY state)

Re: [Architecture] Jaggery based UI for WS-Human Tasks

2014-07-29 Thread Hasitha Aravinda
WS-HumanTask provides "rendering elements" which can be used to provide rendering instructions to Task Clients. Using this information, Task clients can construct the user interface for a given task. We already used rendering elements for SMS/EMAIL notification feature. IMO we can use HT-Renderin

Re: [Architecture] Jaggery based UI for WS-Human Tasks

2014-07-28 Thread Milinda Perera
Hi Manfred, We have ongoing separate project on BPMN processes (BPMN Jaggery App UI [1][2]). You will be able to try it in future. This project also planning to have similar structure and appearance + support for WS-Human Tasks. [1] http://osdir.com/ml/carbon-wso2-architecture/2014-03/msg00

Re: [Architecture] Jaggery based UI for WS-Human Tasks

2014-07-28 Thread Manfred Herrmann
Hi Milinda, will the BPMN/activiti processes also supported by the jaggery UI for WS-Human-Tasks? best regards Manfred 2014-07-28 19:38 GMT+02:00 Nandika Jayawardana : > Hi Milinda, > > we need to come up with a method for form generation to cater for input > and outout, response of human task

Re: [Architecture] Jaggery based UI for WS-Human Tasks

2014-07-28 Thread Nandika Jayawardana
Hi Milinda, we need to come up with a method for form generation to cater for input and outout, response of human tasks. One option is to use the renderings element to specify form information and use that to generate the ui. Additionally, we could provide a way to specify input output and reponse

[Architecture] Jaggery based UI for WS-Human Tasks

2014-07-27 Thread Milinda Perera
Hi, We are planning to implement Jaggery based UI for WS-Human Tasks [1] in BPS. Currently BPS doesn’t have user interface for WS-HumanTasks separated from admin console. So I’m working on developping jaggery based webapp which can deploy seperately from the BPS. Following diagram depicts the b