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

Execute WorkFlow

executeWorkFlow is similar to executeFunction, it calls one functionality into another functionality, Here you include one functionality as a workflow in another functionality.

Syntax:

executeWorkFlow(workFlowName, queryName/ productElementName)

Name
Type
Description

workFlowName

String

Enter the functionality name

query/productElementName

String

Enter the product element name/query name.

Video:

Last updated

Was this helpful?