show / hide menu

GetWorkFlowActionCount 

The GetWorkFlowActionCount function is employed to retrieve the count of a specified action within the workflow. 


Syntax
GetWorkFlowActionCount(Action) 
Arguments: 
Action: Specifies the action for which the count is to be retrieved. 

Example
GetWorkFlowActionCount(“Approve”) 
In this example, the function fetches the count of occurrences for the “Approve” action within the workflow.