Filtering on original task

Hi,

I would like to be able to filter on creation date, but in our flow approving a task closes it and opens a new task. Is there a way I can get back to the date from the original task so i can get to the date the process was started?

Hi,

I am not sure if I understand the use case.
Could you please share an example of you process.
But basically you can filter by task list criteria (taskId, startedBefore, …, finishedAfter) and get the task related info:
https://docs.camunda.org/manual/develop/reference/rest/history/task/get-task-query/#result

Best regards,
Yana

Hi thanks for the reply to clarify I am trying to get the date the process was created rather than the task as we have multiple tasks per process but when filtering the tasks I always want to show/filter the active tasks based upon the date the process was started .