Petals SE Flowable

Unable to retrieve task assigned directly 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: Integration service
  • Security Level: Public
  • Description:
    Hide

    If a user task is directly assigned to a user, we are not able to retrieve the user task with integration service TaskService.getTasks:

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

    We are able to retrieve 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 retrieve the user task with integration service TaskService.getTasks:
    <userTask id="hotelBooking" name="Hotel booking by the traveller" flowable:assignee="${traveler}" />
    We are able to retrieve 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:
    -

Activity

People

Dates

  • Created:
    Tue, 4 Dec 2018 - 18:21:09 +0100
    Updated:
    Wed, 5 Dec 2018 - 14:18:57 +0100
    Resolved:
    Wed, 5 Dec 2018 - 14:18:57 +0100