Interface AssignUserTaskCommandStep1

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

public interface AssignUserTaskCommandStep1 extends FinalCommandStep<AssignUserTaskResponse>
  • Method Details

    • action

      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)
      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)
      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.