EFLOW

This function (available since iWay Enable version 1.1) executes a process flow that has been deployed as a service. The first parameter is the process flow name and the second is an array of input parameters delimited by pipes '|'. The input parameters will get transformed into an XML document and passed into the process flow. The flowParam can also be a document. The function will determine if the string successfully parses as XML and uses it to pass to the process flow.

_EFLOW (flowName,flowParam)

Parameter

Type

Required/
Optional

Description

flowName

String

Required

Specifies the process flow to execute.

flowParam

String

Optional

Specifies a parameter array delimited by '|' or the document to pass to the process flow.


iWay Software