The 'suspended' property of task

Hi,

Using REST to get task objects from the engine will return a suspended property, which is set to true if the process instance to which the task belongs is suspended.

However, this task property is not documented in https://docs.camunda.org/manual/7.9/reference/rest/task/get/ and only inconsistently in the example response section in https://docs.camunda.org/manual/7.9/reference/rest/task/post-query/

If it is only due to omission that this inconsistency arises, please let me know and I can post a PR for the documentation. If it is for some other purposes, then is it safe to rely on the existence of this property?

1 Like

Hi @Yuan_HOng,

The suspended property is part of the API and you can rely on it :slight_smile:. Would be great if you could fix the docs where you found that it is missing.

Thank you very much,
Thorben

Related PR: