How to call a flow from a data transform

How to call a flow from a data transform?

@TanyaS58

You can use @(Pega-ProcessEngine:FlowUtilities).pxCallFlow(ClipboardPage,String,ParameterPage)

@SohamM95 as this activity is parameterised how can we pass the parameters?from a DT to this activity

@TanyaS58

This is a function, you can directly invoke from DT.

Hi @SohamM95

While using this function I’m getting error like this

This record has 5 error(s) in 1 place(s) .

Source—

Invalid expression or reference: No suitable instance found
[seeking]
@(Pega-ProcessEngine:FlowUtilities).pxCallFlow(ClipboardPage,ClipboardPage,ClipboardPage)
[candidate functions are]

Regards,

Sai G

Hi @TanyaS58,

I hope the following link provide you the answer https://support.pega.com/question/how-call-flow-data-transform-without-calling-some-activity . Thanks