Execute WorkFlow
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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)
workFlowName
String
Enter the functionality name
query/productElementName
String
Enter the product element name/query name.
Video: