Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Delegate UsersInRoleAsyncDelegate

Namespace: OptimaJet.Workflow.Plugins

**Assembly: **OptimaJet.Workflow.Core.dll

Syntax
public delegate Task<IEnumerable<string>> UsersInRoleAsyncDelegate(string roleName, ProcessInstance processInstance)
Parameters
TypeNameDescription
stringroleName
ProcessInstanceprocessInstance
Returns
TypeDescription
Task<IEnumerable<string>>

Extension Methods