IsHierarchicalStep
Use this function to determine if a step in a Longview Workflow process is hierarchical. Review the following table for possible return values and their meanings.
Return value | Meaning |
---|---|
1 | The step is hierarchical |
0 | The step is simple |
-1 | There was a failure in returning the step |
Syntax
ISHIERARCHICALSTEP(Process, Step)
where:
- Process is the name of the Longview Workflow process containing the step. If the process name contains spaces, enclose it in double quotation marks (" ").
- Step is the step for which you want to determine the hierarchical status. If the step name contains spaces, enclose it in double quotation marks (" ").