WorkflowHierarchyProvider.getNextNode Method [AX 2012]

Gets the next WorkflowHierarchyProviderNode based on the value of the input WorkflowHierarchyProviderNodeId.

Syntax

public WorkflowHierarchyProviderNode getNextNode(
    anytype _nodeId, 
    WorkflowHierarchyLevel _level, 
    WorkflowContext _workflowContext)

Run On

Called

Parameters

  • _nodeId
    Type: anytype
    The anytype value that identifies the node.

Return Value

Type: WorkflowHierarchyProviderNode Interface
An instance of the WorkflowHierarchyProviderNode class.

See Also

Reference

WorkflowHierarchyProvider Interface