If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I try to buld some logic using BPMN. If Lead has status in process i need to ban change the status without superuser approval.
How to orginize this logic?
I found an example - User task (BPMN) where for user task i assign approving to user. then i create a Lead and get error 500. What is the error?
The previous question is relevant. If user change status how to approve this action by another user?
Hello,
please provide the next information so we could reproduce the issue:
1. What is your EspoCRM version?
2. What is your Advanced pack version?
3. What is you php version (Administration -> System Requirements)?
3. Detailed screenshots with the configurations of every BPM element (e.g. Conditional Start, User Task, Gate, Task).
Hi,
This issue is already fixed.
Please open a terminal and run the command: php command.php upgrade in order to upgrade your system.
It will upgrade your system to the version 6.0.9.
The BPM configs you provided are working. When the User Task element is fired, a specified user received a notification like this one "Process user task Approved has been assigned to you".
In this notification, the target user can click a link right to this Task.
In case you missed a link, you can open the #BpmnUserTask entity.
In order to add the BpmnUserTask entity to the tab list you need to open Administration -> User Interface -> Tab List -> add Process User Tasks.
Comment