Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-20 Thread Dilini Mihindra
Hi,

I fetched information about the tasks using a ProcessDefinitionEntity
object. The ProcessDefinitionEntity class exposes a method,
getTaskDefinitions(), that can be used to get the task definitions of the
corresponding process.

Thank you.

Dilini Mihindra Mampitiya Arachchi
Intern - Software Engineer
WSO2 Inc.
Mobile: +94 710 420 550
Email: dili...@wso2.com

On Fri, Mar 18, 2016 at 2:50 PM, Chathura Ekanayake 
wrote:

> Hi Dilini,
>
> How are you fetching information about tasks in the current
> implementation? Activiti REST API provides support for fetching task
> related information. If we don't have it currently in our new REST API, we
> can add similar methods to it.
>
> Regards,
> Chathura
>
>
> On Wed, Mar 16, 2016 at 9:18 AM, Dilini Mihindra  wrote:
>
>> Hi all,
>>
>> Thank you for the suggestion. Current implementation does not use REST
>> API. I completed the above task and now I am working on rendering
>> information through REST API.
>>
>> Thank you.
>>
>> Dilini Mihindra Mampitiya Arachchi
>> Intern - Software Engineer
>> Mobile: +94 710 420 550
>> Email: dili...@wso2.com
>>
>> On Tue, Mar 15, 2016 at 5:46 PM, Waruna Jayaweera 
>> wrote:
>>
>>> Hi,
>>> Yes. It is better if we can expose rendering information through rest
>>> api. These data will be helpful when integrating bps runtime with process
>>> center too.
>>>
>>> Thanks,
>>> Waruna
>>>
>>> On Tue, Mar 15, 2016 at 5:30 PM, Vinod Kavinda  wrote:
>>>
 Hi,
 Are we exposing these information via REST api? It's better to expose
 everything in REST first. Then we can build the UI as relevant, later.

 Regards,
 Vinod
 On Mar 15, 2016 1:14 PM, "Nandika Jayawardana" 
 wrote:

> Lets implement this for bpmn explorer as well.  However, both would
> change when we move to C5.
>
> Regards
> Nandika
>
> On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda 
> wrote:
>
>> [Adding Architecture@]
>> Hi DiliniM,
>> As we are planning on dropping the admin UIs with C5, is there a use
>> of integrating this with admin console UI? Shall we do this in our BPMN
>> explorer UI?
>>
>> Regards,
>> Vinod
>>
>> On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
>> wrote:
>>
>>> Hi all,
>>>
>>> I am working on rendering the information of the current task of an
>>> active BPMN process instance. As supported by Activiti, the process 
>>> diagram
>>> of an active process instance is given as following:
>>>
>>>
>>>*Figrue 1 - The process instance diagram
>>> of *
>>> * an active BPMN process instance*
>>>
>>> The current task of the process instance is highlighted by a red
>>> boarder in the given process diagram. I am working on rendering the
>>> information of this current task in the instance_list_view.jsp page so 
>>> that
>>> the users can get a clear idea on the current task.
>>>
>>> The following properties are displayed regarding each task:​
>>>
>>>
>>>- Task Key
>>>- Task Name
>>>- Assignee
>>>- Description
>>>- Category
>>>- Due Date
>>>- Form Key
>>>- Owner
>>>- Priority
>>>- Skip
>>>- Candidate Group Ids
>>>- Candidate User Ids
>>>
>>> Thank you.
>>>
>>>
>>> Dilini Mihindra Mampitiya Arachchi
>>> Intern - Software Engineer
>>> Mobile: +94 710 420 550
>>> Email: dili...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vinod Kavinda
>> Software Engineer
>> *WSO2 Inc. - lean . enterprise . middleware .*
>> Mobile : +94 (0) 712 415544
>> Blog : http://soatechflicks.blogspot.com/
>>
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Nandika Jayawardana
> WSO2 Inc ; http://wso2.com
> lean.enterprise.middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Regards,
>>>
>>> Waruna Lakshitha Jayaweera
>>> Software Engineer
>>> WSO2 Inc; http://wso2.com
>>> phone: +94713255198
>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>> __

Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-19 Thread Chathura Ekanayake
Hi Dilini,

How are you fetching information about tasks in the current implementation?
Activiti REST API provides support for fetching task related information.
If we don't have it currently in our new REST API, we can add similar
methods to it.

Regards,
Chathura

On Wed, Mar 16, 2016 at 9:18 AM, Dilini Mihindra  wrote:

> Hi all,
>
> Thank you for the suggestion. Current implementation does not use REST
> API. I completed the above task and now I am working on rendering
> information through REST API.
>
> Thank you.
>
> Dilini Mihindra Mampitiya Arachchi
> Intern - Software Engineer
> Mobile: +94 710 420 550
> Email: dili...@wso2.com
>
> On Tue, Mar 15, 2016 at 5:46 PM, Waruna Jayaweera 
> wrote:
>
>> Hi,
>> Yes. It is better if we can expose rendering information through rest
>> api. These data will be helpful when integrating bps runtime with process
>> center too.
>>
>> Thanks,
>> Waruna
>>
>> On Tue, Mar 15, 2016 at 5:30 PM, Vinod Kavinda  wrote:
>>
>>> Hi,
>>> Are we exposing these information via REST api? It's better to expose
>>> everything in REST first. Then we can build the UI as relevant, later.
>>>
>>> Regards,
>>> Vinod
>>> On Mar 15, 2016 1:14 PM, "Nandika Jayawardana"  wrote:
>>>
 Lets implement this for bpmn explorer as well.  However, both would
 change when we move to C5.

 Regards
 Nandika

 On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda  wrote:

> [Adding Architecture@]
> Hi DiliniM,
> As we are planning on dropping the admin UIs with C5, is there a use
> of integrating this with admin console UI? Shall we do this in our BPMN
> explorer UI?
>
> Regards,
> Vinod
>
> On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
> wrote:
>
>> Hi all,
>>
>> I am working on rendering the information of the current task of an
>> active BPMN process instance. As supported by Activiti, the process 
>> diagram
>> of an active process instance is given as following:
>>
>>
>>*Figrue 1 - The process instance diagram
>> of *
>> * an active BPMN process instance*
>>
>> The current task of the process instance is highlighted by a red
>> boarder in the given process diagram. I am working on rendering the
>> information of this current task in the instance_list_view.jsp page so 
>> that
>> the users can get a clear idea on the current task.
>>
>> The following properties are displayed regarding each task:​
>>
>>
>>- Task Key
>>- Task Name
>>- Assignee
>>- Description
>>- Category
>>- Due Date
>>- Form Key
>>- Owner
>>- Priority
>>- Skip
>>- Candidate Group Ids
>>- Candidate User Ids
>>
>> Thank you.
>>
>>
>> Dilini Mihindra Mampitiya Arachchi
>> Intern - Software Engineer
>> Mobile: +94 710 420 550
>> Email: dili...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware .*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


 --
 Nandika Jayawardana
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> Waruna Lakshitha Jayaweera
>> Software Engineer
>> WSO2 Inc; http://wso2.com
>> phone: +94713255198
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-15 Thread Dilini Mihindra
Hi all,

Thank you for the suggestion. Current implementation does not use REST API.
I completed the above task and now I am working on rendering information
through REST API.

Thank you.

Dilini Mihindra Mampitiya Arachchi
Intern - Software Engineer
Mobile: +94 710 420 550
Email: dili...@wso2.com

On Tue, Mar 15, 2016 at 5:46 PM, Waruna Jayaweera  wrote:

> Hi,
> Yes. It is better if we can expose rendering information through rest api.
> These data will be helpful when integrating bps runtime with process center
> too.
>
> Thanks,
> Waruna
>
> On Tue, Mar 15, 2016 at 5:30 PM, Vinod Kavinda  wrote:
>
>> Hi,
>> Are we exposing these information via REST api? It's better to expose
>> everything in REST first. Then we can build the UI as relevant, later.
>>
>> Regards,
>> Vinod
>> On Mar 15, 2016 1:14 PM, "Nandika Jayawardana"  wrote:
>>
>>> Lets implement this for bpmn explorer as well.  However, both would
>>> change when we move to C5.
>>>
>>> Regards
>>> Nandika
>>>
>>> On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda  wrote:
>>>
 [Adding Architecture@]
 Hi DiliniM,
 As we are planning on dropping the admin UIs with C5, is there a use of
 integrating this with admin console UI? Shall we do this in our BPMN
 explorer UI?

 Regards,
 Vinod

 On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
 wrote:

> Hi all,
>
> I am working on rendering the information of the current task of an
> active BPMN process instance. As supported by Activiti, the process 
> diagram
> of an active process instance is given as following:
>
>
>*Figrue 1 - The process instance diagram
> of *
> * an active BPMN process instance*
>
> The current task of the process instance is highlighted by a red
> boarder in the given process diagram. I am working on rendering the
> information of this current task in the instance_list_view.jsp page so 
> that
> the users can get a clear idea on the current task.
>
> The following properties are displayed regarding each task:​
>
>
>- Task Key
>- Task Name
>- Assignee
>- Description
>- Category
>- Due Date
>- Form Key
>- Owner
>- Priority
>- Skip
>- Candidate Group Ids
>- Candidate User Ids
>
> Thank you.
>
>
> Dilini Mihindra Mampitiya Arachchi
> Intern - Software Engineer
> Mobile: +94 710 420 550
> Email: dili...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Vinod Kavinda
 Software Engineer
 *WSO2 Inc. - lean . enterprise . middleware .*
 Mobile : +94 (0) 712 415544
 Blog : http://soatechflicks.blogspot.com/


 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture


>>>
>>>
>>> --
>>> Nandika Jayawardana
>>> WSO2 Inc ; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Regards,
>
> Waruna Lakshitha Jayaweera
> Software Engineer
> WSO2 Inc; http://wso2.com
> phone: +94713255198
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-15 Thread Waruna Jayaweera
Hi,
Yes. It is better if we can expose rendering information through rest api.
These data will be helpful when integrating bps runtime with process center
too.

Thanks,
Waruna

On Tue, Mar 15, 2016 at 5:30 PM, Vinod Kavinda  wrote:

> Hi,
> Are we exposing these information via REST api? It's better to expose
> everything in REST first. Then we can build the UI as relevant, later.
>
> Regards,
> Vinod
> On Mar 15, 2016 1:14 PM, "Nandika Jayawardana"  wrote:
>
>> Lets implement this for bpmn explorer as well.  However, both would
>> change when we move to C5.
>>
>> Regards
>> Nandika
>>
>> On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda  wrote:
>>
>>> [Adding Architecture@]
>>> Hi DiliniM,
>>> As we are planning on dropping the admin UIs with C5, is there a use of
>>> integrating this with admin console UI? Shall we do this in our BPMN
>>> explorer UI?
>>>
>>> Regards,
>>> Vinod
>>>
>>> On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
>>> wrote:
>>>
 Hi all,

 I am working on rendering the information of the current task of an
 active BPMN process instance. As supported by Activiti, the process diagram
 of an active process instance is given as following:


*Figrue 1 - The process instance diagram
 of *
 * an active BPMN process instance*

 The current task of the process instance is highlighted by a red
 boarder in the given process diagram. I am working on rendering the
 information of this current task in the instance_list_view.jsp page so that
 the users can get a clear idea on the current task.

 The following properties are displayed regarding each task:​


- Task Key
- Task Name
- Assignee
- Description
- Category
- Due Date
- Form Key
- Owner
- Priority
- Skip
- Candidate Group Ids
- Candidate User Ids

 Thank you.


 Dilini Mihindra Mampitiya Arachchi
 Intern - Software Engineer
 Mobile: +94 710 420 550
 Email: dili...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Vinod Kavinda
>>> Software Engineer
>>> *WSO2 Inc. - lean . enterprise . middleware .*
>>> Mobile : +94 (0) 712 415544
>>> Blog : http://soatechflicks.blogspot.com/
>>>
>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>> Nandika Jayawardana
>> WSO2 Inc ; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Regards,

Waruna Lakshitha Jayaweera
Software Engineer
WSO2 Inc; http://wso2.com
phone: +94713255198
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-15 Thread Vinod Kavinda
Hi,
Are we exposing these information via REST api? It's better to expose
everything in REST first. Then we can build the UI as relevant, later.

Regards,
Vinod
On Mar 15, 2016 1:14 PM, "Nandika Jayawardana"  wrote:

> Lets implement this for bpmn explorer as well.  However, both would change
> when we move to C5.
>
> Regards
> Nandika
>
> On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda  wrote:
>
>> [Adding Architecture@]
>> Hi DiliniM,
>> As we are planning on dropping the admin UIs with C5, is there a use of
>> integrating this with admin console UI? Shall we do this in our BPMN
>> explorer UI?
>>
>> Regards,
>> Vinod
>>
>> On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
>> wrote:
>>
>>> Hi all,
>>>
>>> I am working on rendering the information of the current task of an
>>> active BPMN process instance. As supported by Activiti, the process diagram
>>> of an active process instance is given as following:
>>>
>>>
>>>*Figrue 1 - The process instance diagram of *
>>> * an active BPMN process instance*
>>>
>>> The current task of the process instance is highlighted by a red
>>> boarder in the given process diagram. I am working on rendering the
>>> information of this current task in the instance_list_view.jsp page so that
>>> the users can get a clear idea on the current task.
>>>
>>> The following properties are displayed regarding each task:​
>>>
>>>
>>>- Task Key
>>>- Task Name
>>>- Assignee
>>>- Description
>>>- Category
>>>- Due Date
>>>- Form Key
>>>- Owner
>>>- Priority
>>>- Skip
>>>- Candidate Group Ids
>>>- Candidate User Ids
>>>
>>> Thank you.
>>>
>>>
>>> Dilini Mihindra Mampitiya Arachchi
>>> Intern - Software Engineer
>>> Mobile: +94 710 420 550
>>> Email: dili...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vinod Kavinda
>> Software Engineer
>> *WSO2 Inc. - lean . enterprise . middleware .*
>> Mobile : +94 (0) 712 415544
>> Blog : http://soatechflicks.blogspot.com/
>>
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Nandika Jayawardana
> WSO2 Inc ; http://wso2.com
> lean.enterprise.middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [BPS] Rendering information of the current task of a BPMN process instance

2016-03-15 Thread Nandika Jayawardana
Lets implement this for bpmn explorer as well.  However, both would change
when we move to C5.

Regards
Nandika

On Tue, Mar 15, 2016 at 12:31 PM, Vinod Kavinda  wrote:

> [Adding Architecture@]
> Hi DiliniM,
> As we are planning on dropping the admin UIs with C5, is there a use of
> integrating this with admin console UI? Shall we do this in our BPMN
> explorer UI?
>
> Regards,
> Vinod
>
> On Tue, Mar 15, 2016 at 12:24 PM, Dilini Mihindra 
> wrote:
>
>> Hi all,
>>
>> I am working on rendering the information of the current task of an
>> active BPMN process instance. As supported by Activiti, the process diagram
>> of an active process instance is given as following:
>>
>>
>>*Figrue 1 - The process instance diagram of *
>> * an active BPMN process instance*
>>
>> The current task of the process instance is highlighted by a red boarder
>> in the given process diagram. I am working on rendering the information of
>> this current task in the instance_list_view.jsp page so that the users can
>> get a clear idea on the current task.
>>
>> The following properties are displayed regarding each task:​
>>
>>
>>- Task Key
>>- Task Name
>>- Assignee
>>- Description
>>- Category
>>- Due Date
>>- Form Key
>>- Owner
>>- Priority
>>- Skip
>>- Candidate Group Ids
>>- Candidate User Ids
>>
>> Thank you.
>>
>>
>> Dilini Mihindra Mampitiya Arachchi
>> Intern - Software Engineer
>> Mobile: +94 710 420 550
>> Email: dili...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware .*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
Nandika Jayawardana
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev