How to get process instance info while querying the task list

How to get process instance info while querying the task list

There’s currently no out of the box support to get tasks + related process instance data in one go.
What data would you need from the process instance to show in your task list?

Just need name/key/startTime/startUserId now.

Related to above.I want process info like task list with its current status of each task.

Currently, the query API doesn’t have the ability to get this data in one go, you could use a custom native query to do that. See https://flowable.org/docs/userguide/index.html#queryAPI or https://github.com/flowable/flowable-engine/blob/5ee19e520ad6f18df65872aa23ef39886c8ff7cc/modules/flowable-engine/src/test/java/org/flowable/standalone/cfg/MyTestMapper.java