Delegate UsersInRoleAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate Task<IEnumerable<string>> UsersInRoleAsyncDelegate(string roleName, ProcessInstance processInstance)
Type | Name | Description |
---|---|---|
string | roleName | |
ProcessInstance | processInstance |
Type | Description |
---|---|
Task<IEnumerable<string>> |