Class GetCaseVariableInstancesCmd

    • Field Detail

      • caseInstanceId

        protected String caseInstanceId
    • Constructor Detail

      • GetCaseVariableInstancesCmd

        public GetCaseVariableInstancesCmd​(String caseInstanceId)
    • Method Detail

      • execute

        public Map<String,​org.flowable.variable.api.persistence.entity.VariableInstance> execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<Map<String,​org.flowable.variable.api.persistence.entity.VariableInstance>>