Delegate GetUserByIdentityAsyncDelegate
OptimaJet.Workflow.Core.Runtime.GetUserByIdentityAsyncDelegate
Asynchronous delegate used to resolve the user name associated with a workflow participant identity.
Namespace: OptimaJet.Workflow.Core.Runtime
public delegate Task<string> GetUserByIdentityAsyncDelegate(string identity)Parameters
Name
Type
Description
identitySystem.StringThe workflow participant identity represented by <a href="/core/OptimaJet.Workflow.Core.Runtime/UserIdentity/">UserIdentity.Identity</a>.