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)
Name
Type
Description
workFlowName
String
Enter the name of the functionality
Video:
Last updated