Skip to content

Changes actor identification from workflow ownership to thread ownership

Tim Storer requested to merge bugfix/actor-selection into master

Created by: twsswt

Workflow previously identifies the actor to block from the actor attribute assigned when a workflow instance is allocated to an actor. However, it is better if actors are associated with threads rather than workflows, since otherwise a thread could become blocked by accessing an attribute in a workflow blocked by another actor.

Merge request reports

Loading