#Task

Assign Task to Specific User

Hello, im trying to assign specific task on specific user accordingly. I already set actor in each lane of the diagram. But whenever i start the process, the tasks don't apply in every user that i've set previously in the lane. Which means user can run task from another user that doesn't belongs to. I followed every steps given in the documentation regarding to assigning task to user but the problem remains same here is the link (https://documentation.bonitasoft.com/bonita/7.9/define-who-can-do-what).

Update the field of bdm object while task remain to the current actor

Hi,

I want to update one of the fields of my business object without submitting the task.
Actually, I want to add notes of my current task without submitting it.

Is there any method to do that, a POST call to call update query or something else.
I have read in the documentation that only SELECT queries are allowed.

Asad Shakeel

Close first task if there is a second task equal

How can I Close a task (the oldest one) on the portal if an equal new task is performed?

API REST relancer une activité

Bonjour,

Je voulais utiliser l'API REST de bonita pour relancer une activité en echec :
http://localhost:8080/bonita/API/bpm/activity/320002 en utilisant la méthode PUT et l'objet { "state": "replay"} , or cette fonctionnalité ne marche pas. Y a t-il quelqu'un parmi vous qui a déjà utilisé cette fonctionnalité sur la version gratuite de Bonita ?

Merci d'avance pour vos retours

How to find out if a service task has been terminated?

How do I find out if a service task has been terminated? Is it possible to figure this out through groovy script?

Check the oldest task time on the portal?

Can I get via API the time that the oldest task is waiting to be performed?

Error setting Business Object property

Hello All,

We have a business object loaded into a business variable from the database at the start of the process.

At some point, we have a simple service task that has a single operation which sets an object property to the Integer 1:

newIssue - setStatus - Constant java.lang.Integer:1

However, this task fails with the following stack trace:

How to know the id of the user who picked up the task and to know the id of your organization?

I'm having a hard time running a certain task in my process, my need is the following, I need the user to start certain process in the portal, this task will be automatically assigned to it, so do not need to get the terefa again when it opens in Your task list, however, what I am having difficulty is that if the user resolves to release this task, it may appear again to all users enabled to perform this task, however, as I am choosing the user ID that Is in Session at the time the process starts and I'm applying an actor filter with this id, this task always appears only to the user who st

How to verify that the task is released for everyone or if it is assigned to a user only

What happens when the user clicks on releasing the task? I know that by doing this it frees the task so that anyone who is freed to do the same task can view it, but what is the name of the variable that I have access to, ie check if the task is released for all Or to a specific user

Release Task for Everyone in the Organization

I was able to get the user ID of the session that started the process, assign it to a process variable so that the user does not need to pick up the task again, however how can I do it so that if the user releases the task it becomes available again for everyone Organization again

Notifications