Class CompleteTaskDto


  • public class CompleteTaskDto
    extends Object
    CompleteTaskDto
    • Constructor Detail

      • CompleteTaskDto

        public CompleteTaskDto()
    • Method Detail

      • getVariables

        public Map<String,​VariableValueDto> getVariables()
        A JSON object containing variable key-value pairs.
        Returns:
        variables
      • getWithVariablesInReturn

        public Boolean getWithVariablesInReturn()
        Indicates whether the response should contain the process variables or not. The default is `false` with a response code of `204`. If set to `true` the response contains the process variables and has a response code of `200`. If the task is not associated with a process instance (e.g. if it's part of a case instance) no variables will be returned.
        Returns:
        withVariablesInReturn
      • setWithVariablesInReturn

        public void setWithVariablesInReturn​(Boolean withVariablesInReturn)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object