Skip to main content

Can you please let me know how I can switch and select the workflow based on the value of Attribute? For example I need to select and continue between continuing PythonCaller or PythonCaller_2 based on the value of operation

 

IF ‘operation’ == ‘ADD’ THEN Continue with PythonCaller

IF ‘operation’ == ‘REMOVE’ THEN Continue with PythonCaller_2

 

I think you can add TestFilter after attribute manager with the logic you need and connect output of each one to python caller accordingly.


I think you can add TestFilter after attribute manager with the logic you need and connect output of each one to python caller accordingly.

Yes, that’s pretty much it.