AddFlowOutputParam Method
Description
Deprecated. Use BPOutputParamFactory of IBusinessProcess4. Adds a flow output parameter to the test.
Syntax
Visual Basic
Public Function AddFlowOutputParam( _
   ByVal pSrcBPParam As Object, _
   ByVal iteration As Long, _
   ByVal Name As String _
) As Object
Parameters
pSrcBPParam
A BPParameter object.
iteration
The new flow output
Name
The new flow output parameter???s name.
Return Type
A reference to the new ComponentParam object.
Remarks
Applies to business process tests of type FLOW.
See Also