For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?