0 Replies Latest reply on Sep 27, 2013 9:42 AM by cdsosi

    Delegate group task to a group?

    cdsosi

      Hi community,

       

      Is it possible to delegate a Task (whose potential owner is a group) to another group? It seems that it is not possible in jBPM 5.4.0.Final, I think delegate is aimed at User to target User operation and not target Group.

       

      I get a ClassCastException in method private void commands(final OperationCommand command, final Task task, final User user,  final OrganizationalEntity targetEntity) from class org.jbpm.task.service.TaskServiceSession

       

      case Claim: {

                          taskData.setActualOwner((User) targetEntity); //<= here is the problem

      ...

       

      Has anyone experienced this before?

      Is it a limitation and will it be fixed ?

       

      Kind regards.