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)

NameTypeDescription

workFlowName

String

Enter the functionality name

query/productElementName

String

Enter the product element name/query name.

Video:

Last updated