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
