Class GetTaskVariableCmdTyped

    • Field Detail

      • taskId

        protected String taskId
      • variableName

        protected String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetTaskVariableCmdTyped

        public GetTaskVariableCmdTyped​(String taskId,
                                       String variableName,
                                       boolean isLocal,
                                       boolean deserializeValue)
    • Method Detail

      • execute

        public org.camunda.bpm.engine.variable.value.TypedValue execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<org.camunda.bpm.engine.variable.value.TypedValue>
      • checkGetTaskVariableTyped

        protected void checkGetTaskVariableTyped​(TaskEntity task,
                                                 CommandContext commandContext)