Delegate GetCustomTimerValueAsyncDelegate
OptimaJet.Workflow.Core.Runtime.GetCustomTimerValueAsyncDelegate
Asynchronous delegate used to resolve a custom TimerDefinition.Value into its execution time.
Namespace: OptimaJet.Workflow.Core.Runtime
public delegate Task<DateTime?> GetCustomTimerValueAsyncDelegate(string value, string name)Parameters
Name
Type
Description
valueSystem.StringThe custom <a href="/core/OptimaJet.Workflow.Core.Model/TimerDefinition/">TimerDefinition.Value</a> to resolve.
nameSystem.StringThe name of the <a href="/core/OptimaJet.Workflow.Core.Model/TimerDefinition/">TimerDefinition</a> being resolved.