Petals-SE-Flowable 1.1.0+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
| {{process-definition-identifier}} | Only select tasks member of the process instances matching the given process definition identifier. | No default value |
| {{task-definition-identifier}} | Only select tasks matching the given task definition identifier. | No default value |
| {{with-process-instance-variable}} | If '{true}', process variables associated to each task will be returned. | {false} |

The operation returns a list of tasks. Each task contains:
* {{task-due-date}}: the current task due date as defined in the process definition,
* {{task-priority}}: the current task priority that you can retrieve in the process definition.
* {{process-variables}}: all process variables set at the the process instance level associated to the task. Each variable is given with its *name* and *value* as {{String}}, except for variable type {{java.util.Date}} for which the date is converted to {{xsd:DateTime}}.

h1. IDM engine integration