${task:getMultipleDoAfters()}

Finds all tasks that must be done after each of the provided tasks.

Returns the map of doAfters, in the same iteration order as the provided tasks. If no doAfters for a given task, will contain an empty list.

Example

${task:getMultipleDoAfters(tasks)}

Function Information