How can I get the task which is not yet started in flowable?

I want to get a task that is not yet activated yet.

Hey @AkaiIto,

Please provide some more information and show us what have you tried so far. Please show some examples of what you are trying to achieve.

Cheers,
Filip

@filiphr Basically I want all the task instances which are in a stage which is not yet started. I can not get those instances using TaskService and HistoricTaskService.