In the Tagged Resource pickoption, the Team parameter can be used to reference a dispatcher:
However this throws an exception:
FlexScript exception: Invalid down cast. Object is not an instance of the target type. at MODEL:/Queue1>variables/transportdispatcher
See attached example: Tagged resource invalid down cast.fsm.
Under the hood, the code uses the TaskExecuter class, but the dispatcher is not an instance of that class.
Could you please fix that bug ?