I start the process using the following code:
.Value = 2;
instance.Folio = "Case: 2";
}
finally
{
k2.Close();
}
And the first Activity has a destination rule that assigns it to the user. Using the Service Manager I can see the instances of the process have been created correctly, and the Workspace shows that the process has advanced to the first activity (it's in blue). However, there are no entries in Worklists in Service Manager.
What am I doing wrong?