Hi!
1) Is it possible to know somehow when user is accepting task (he is clicking button "Accept taks" in the task)? I need to send a soap message in this case to the outside webservice.
2) How is it possible for user (or admin) to withdraw or cancel task? Then it is should be again available for the whole user group or maybe some other scenarios.
3) How it is possible to limit simultaneous task from one user? So that one user can work only on one task, and he can't accept any other (from other process instances) until he finished with that one.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
1) No. There is no callback API for that.
2) It is not implemented in web interface. But there is API method for that.
3) We have no limitation currently. User can execute tasks consequentially.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
3) Is it possible to change user group as action? It will maybe help me to limit user tasks to only one task: when user is accepting task (I will need another task for this...) he will be temporally moved to another group which can't execute more tasks...
Last edit: Dmitry Blau 2013-04-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
1) Is it possible to know somehow when user is accepting task (he is clicking button "Accept taks" in the task)? I need to send a soap message in this case to the outside webservice.
2) How is it possible for user (or admin) to withdraw or cancel task? Then it is should be again available for the whole user group or maybe some other scenarios.
3) How it is possible to limit simultaneous task from one user? So that one user can work only on one task, and he can't accept any other (from other process instances) until he finished with that one.
Thanks!
Hi.
1) No. There is no callback API for that.
2) It is not implemented in web interface. But there is API method for that.
3) We have no limitation currently. User can execute tasks consequentially.
Thanks!
3) Is it possible to change user group as action? It will maybe help me to limit user tasks to only one task: when user is accepting task (I will need another task for this...) he will be temporally moved to another group which can't execute more tasks...
Last edit: Dmitry Blau 2013-04-19
Hi.
You can do this only by changing source code of the RunaWFE.
We are not provide customizable way for this task...