Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.1.2
-
Component/s: Service engine
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Description |
If a user task is directly assigned to a user, we are not able to complete the user task: {{Unexpected user to complete the task '%s' of the process instance '%s' by the BPMN engine}}
{code} <userTask id="hotelBooking" name="Hotel booking by the traveller" flowable:assignee="${traveler}" /> {code} We are able to complete user task only if the user task is assigned to candidate users or groups. |
If a user task is directly assigned to a user, we are not able to complete the user task: {{Unexpected user to complete the task '%s' of the process instance '%s' by the BPMN engine}}
{code} <userTask id="hotelBooking" name="Hotel booking by the traveller" flowable:assignee="${traveler}" /> {code} We are able to complete user task only if the user task is assigned to candidate users or groups. {code} <userTask id="transmitTravellingTickets" name="Transmit tickets to the traveller" flowable:candidateGroups="administrative-offices" /> {code} |
| Fix Version/s | 1.2.0 [ 10870 ] |
| Fix Version/s | 1.1.2 [ 10927 ] | |
| Fix Version/s | 1.2.0 [ 10870 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |