In a routing step I would like to only match a task to a worker if that worker is in a specific activity; I've created a custom activity called 'outbound'. I've tried the following in the expressions
worker.activity == "outbound"
and
worker.activity_name == "outbound"
both of these did not work; is this possible to do