Petals SE Flowable

Unable to complete a user task directly assigned to a user

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1.1
  • Fix Version/s: 1.1.2
  • Component/s: Service engine
  • Security Level: Public
  • Description:
    Hide

    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

    <userTask id="hotelBooking" name="Hotel booking by the traveller" flowable:assignee="${traveler}" />

    We are able to complete user task only if the user task is assigned to candidate users or groups.

    <userTask id="transmitTravellingTickets" name="Transmit tickets to the traveller" flowable:candidateGroups="administrative-offices" />
    Show
    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
    <userTask id="hotelBooking" name="Hotel booking by the traveller" flowable:assignee="${traveler}" />
    We are able to complete user task only if the user task is assigned to candidate users or groups.
    <userTask id="transmitTravellingTickets" name="Transmit tickets to the traveller" flowable:candidateGroups="administrative-offices" />
  • Environment:
    -

People

Dates

  • Created:
    Tue, 4 Dec 2018 - 17:25:04 +0100
    Updated:
    Wed, 5 Dec 2018 - 14:17:45 +0100
    Resolved:
    Wed, 5 Dec 2018 - 14:17:45 +0100