动态会签中动态实现任务可见性

1.custom activity:创建 createtask activity的spesialpermissons属性
2.workflow: OnReplicatorChildInitialized
HybridDictionary permsCollection  =   new  HybridDictionary();
                permsCollection.Add(contact.LoginName, SPRoleType.Contributor);
                task.createWssTask_SpecialPermissions1 
=  permsCollection; 
注:不用直接绑定属性。

你可能感兴趣的:(可见性)