WorkflowDueDateProvider.resolveNonUser Method [AX 2012]

Resolves a time span (in minutes) to an actual date, considering the calendar token.

Syntax

public WorkflowDateTime resolveNonUser(
    WorkflowContext _context, 
    WorkflowCalendarToken _calendarToken, 
    WorkflowTimeSpanMinutes _timeSpanMinutes)

Run On

Called

Parameters

  • _context
    Type: WorkflowContext Class
    An instance of a WorkflowContext class. This class contains information about the workflow instance.

Return Value

Type: WorkflowDateTime Extended Data Type
An utcDateTime value that represents the due date in Universal Coordinated Time.

Remarks

This method is invoked during due date calculation for workflow task or workflow approval maximum times.

See Also

Reference

WorkflowDueDateProvider Interface