Skip to main content

GetWorkflowInfo

Use this function to retrieve information for a specified hierarchical Workflow process and step. The function will return an object with the following properties:

Property Description

DimensionName

String indicating the name of the Approval Dimension

SymbolName

String indicating the symbol name of the hierarchical spec in the approval dimension for a specified stepname

Level

Number indicating the level of the hierarchical spec in the approval dimension for a specified stepname

Note: The GetWorkflowInfo function can be used against simple steps but the results for the DimensionName, SymbolName and Level will be blank, as they do not apply.

Syntax:

GETWORKFLOWINFO(Process, Step[,Symbol])

where:

  • Process is the name of an active Workflow process. If the process name contains spaces, enclose it in double quotation marks (" ").
  • Step is the name of the Longview Workflow step within the process. If the step name contains spaces, enclose it in double quotation marks (" ").
  • Symbol is optional for hierarchical steps, and is the symbol for the hierarchical step. Symbol is not used for simple steps.

Syntax example:

Create Variable oWFInfo as Object

Set Variable oWFInfo = GETWORKFLOWINFO(MonthEndProcess, "ABC Canada", E10000)

Was this article helpful?

We're sorry to hear that.