Thanks @tihomir , some follow up questions,
Is it because a workflow can get picked up by a worker running in a different process/pod?
- how would this activity find the workers?
- If I have 2 processes running, how would I ensure this activity will be run on both processes?
I couldn’t find reference in Java API doc for DescribeTaskQueue
and am confused about the registration part.
Appreciate any help on this topic.