Execute Function

executeFunction is similar to executeWorkFlow, it calls one functionality into another functionality, Here you include one functionality as a workflow in another functionality. executeFunction can help to group several actions of each different functionality under a single parent functionality.

Syntax:

executeFunction(workFlowName)

NameTypeDescription

workFlowName

String

Enter the name of the functionality

Video:

Last updated