Assembly: OptimaJet.Workflow.Core

Delegate GetUserByIdentityAsyncDelegate

OptimaJet.Workflow.Core.Runtime.GetUserByIdentityAsyncDelegate

Asynchronous delegate used to resolve the user name associated with a workflow participant identity.

public delegate Task<string> GetUserByIdentityAsyncDelegate(string identity)

Parameters

Name
Type
Description
identity
System.String
The workflow participant identity represented by <a href="/core/OptimaJet.Workflow.Core.Runtime/UserIdentity/">UserIdentity.Identity</a>.