Hi All, I deployed a process containing user tasks with candidate users and cadidate groups. Once i deployed these processes in the server, i created instances of the task. I used the rest API to check if the task are created and i noticed that the json returned doesn't have the candidate properties specified in the process. Without these properties we cannot differentiate or address these task to a user, these will be hidden. I have attached the .bar file and the json response from the server for the request[1]. This would be the reason for JIRA[2].
We need to identify as to why these properties are not listed or ignored. [1] - http://localhost:9763/bpmn/runtime/tasks [2] - https://wso2.org/jira/browse/BPS-656 Thank you. Regards, Shiva Balachandran On Tue, May 12, 2015 at 11:32 AM, Amal Gunatilake <[email protected]> wrote: > Hi Shiva, > > I have created a sample icon that matches with the existing icons which > can be used for the new "Claimable tasks" tab. > > Best regards, > Amal. > > On Tue, May 12, 2015 at 11:29 AM, Shiva Balachandran <[email protected]> > wrote: > >> Hi Firzhan, >> >> The tab we currently have is My Tasks view only, we will be introducing >> the claimable tasks tab for the above mentioned requirement. The queued and >> involved tabs are what is present in the acitviti explorer from activiti. >> >> Thank you. >> >> Regards, >> Shiva Balachandran >> >> On Tue, May 12, 2015 at 11:22 AM, Firzhan Naqash <[email protected]> >> wrote: >> >>> Hi All, >>> >>> Just for clarification, if we are going to move the claimable tasks to a >>> separate tab, then we will be utilising the both involved and claimable >>> tabs. >>> >>> Can I know the necessity of using queued tab in this scenario. >>> >>> >>> Regards, >>> Firzhan >>> >>> On Tue, May 12, 2015 at 12:40 AM, Shiva Balachandran <[email protected]> >>> wrote: >>> >>>> Hi Amal, >>>> >>>> Also, to add to that, i just deployed a process with tasks containing >>>> candidate users and a candidate group. The users cannot see these tasks >>>> listed anywhere in the BPMN Explorer. I checked the backend the explorer >>>> has the necessary jag code to populate these in the My Tasks view, will >>>> debug further. JIRA[1] has been created previously to track this. >>>> >>>> [1] - https://wso2.org/jira/browse/BPS-656 >>>> >>>> I will work on this. >>>> >>>> Thank you. >>>> >>>> Regards, >>>> Shiva Balachandran >>>> >>>> >>>> >>>> On Tue, May 12, 2015 at 11:00 AM, Amal Gunatilake <[email protected]> >>>> wrote: >>>> >>>>> Hi Chathura, >>>>> >>>>> Yes, I too think having a separate tab for claimable tasks is a better >>>>> approach. Shall we call it the "Claimable tasks" tab? >>>>> To keep in track I created a jira ticket for this : >>>>> https://wso2.org/jira/browse/BPS-660 >>>>> >>>>> Best regards, >>>>> Amal. >>>>> >>>>> On Tue, May 12, 2015 at 10:41 AM, Chathura Ekanayake < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Amal, >>>>>> >>>>>> Currently the BPMN explorer displays only the tasks "assigned" to the >>>>>> logged in user. But it does not display tasks if the current user is a >>>>>> candidate user or in a candidate group. Did we plan to implement this in >>>>>> the explorer? >>>>>> >>>>>> I think we should have a separate tab for claimable tasks, which >>>>>> shows tasks assigned to both candidate user and candidate group. WDYT? >>>>>> >>>>>> Regards, >>>>>> Chathura >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Amal Gunatilake* >>>>> Software Engineer >>>>> WSO2 Inc.; http://wso2.com >>>>> lean.enterprise.middleware >>>>> >>>> >>>> >>>> >>>> -- >>>> Shiva Balachandran >>>> Software Engineer >>>> WSO2 Inc. >>>> >>>> Mobile - +94 774445788 >>>> Blog - https://shivabalachandran.wordpress.com/ >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >> >> >> -- >> Shiva Balachandran >> Software Engineer >> WSO2 Inc. >> >> Mobile - +94 774445788 >> Blog - https://shivabalachandran.wordpress.com/ >> > > > > -- > *Amal Gunatilake* > Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > -- Shiva Balachandran Software Engineer WSO2 Inc. Mobile - +94 774445788 Blog - https://shivabalachandran.wordpress.com/
{"data":[{"id":"2504","url":"http://localhost:9763/bpmn/runtime/tasks/2504","owner":null,"assignee":null,"delegationState":null,"name":"Approve","description":null,"createTime":"2015-05-12T18:17:54.836+05:30","dueDate":null,"priority":50,"suspended":false,"taskDefinitionKey":"sid-764B7362-1642-40BF-B844-8F2ED9662AFD","tenantId":"-1234","category":null,"formKey":null,"parentTaskId":null,"parentTaskUrl":null,"executionId":"2501","executionUrl":"http://localhost:9763/bpmn/runtime/executions/2501","processInstanceId":"2501","processInstanceUrl":"http://localhost:9763/bpmn/runtime/process-instances/2501","processDefinitionId":"process:2:12","processDefinitionUrl":"http://localhost:9763/bpmn/repository/process-definitions/process%3A2%3A12","variables":[]},{"id":"2515","url":"http://localhost:9763/bpmn/runtime/tasks/2515","owner":null,"assignee":null,"delegationState":null,"name":"Candidate","description":null,"createTime":"2015-05-12T18:27:13.133+05:30","dueDate":null,"priority":50,"suspended":false,"taskDefinitionKey":"sid-5CCFBD9A-8434-42C2-A3EB-E0AC166D93F0","tenantId":"-1234","category":null,"formKey":null,"parentTaskId":null,"parentTaskUrl":null,"executionId":"2512","executionUrl":"http://localhost:9763/bpmn/runtime/executions/2512","processInstanceId":"2512","processInstanceUrl":"http://localhost:9763/bpmn/runtime/process-instances/2512","processDefinitionId":"process:3:2511","processDefinitionUrl":"http://localhost:9763/bpmn/repository/process-definitions/process%3A3%3A2511","variables":[]}],"total":2,"start":0,"sort":"id","order":"asc","size":2}
candidateProcess.bar
Description: Binary data
TestProcess.bar
Description: Binary data
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
