Get variable for closed task

Hi Team,

I am not getting variables for closed/completed task from restAPI,

  1. /flowable-rest/service/runtime/tasks/
  2. /flowable-rest/service/history/historic-variable-instances?taskId=
  3. /flowable-rest/service/history/historic-task-instances/

please help.

Thank you in advance!

I think you need to add the includeProcessVariables=Yes query parameter to the rest calls.

1 Like

Hi @jwashington ,
thanks a lot for pointing that out… It worked :slight_smile: