Interface AssignUserTaskCommandStep1

All Superinterfaces:
FinalCommandStep<AssignUserTaskResponse>
All Known Implementing Classes:
AssignUserTaskCommandImpl

@Deprecated public interface AssignUserTaskCommandStep1 extends FinalCommandStep<AssignUserTaskResponse>
Deprecated.
since 8.8 for removal in 8.9, replaced by AssignUserTaskCommandStep1
  • Method Details

    • action

      Deprecated.
      Set the custom action to assign the user task with.
      Parameters:
      action - the action value
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
    • assignee

      AssignUserTaskCommandStep1 assignee(String assignee)
      Deprecated.
      Set the assignee to set for the user task.
      Parameters:
      assignee - the assignee to set
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
    • allowOverride

      AssignUserTaskCommandStep1 allowOverride(boolean allowOverride)
      Deprecated.
      Flag to allow overriding an existing assignee for the user task without unassigning it first.
      Parameters:
      allowOverride - allow overriding an existing assignee
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.