Skip to main content
Solved

How To Switch Workflow Base on the Attribute Valye

  • April 7, 2025
  • 2 replies
  • 40 views

bhk
Contributor
Forum|alt.badge.img+3

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

 

Best answer by panda

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

panda
Enthusiast
Forum|alt.badge.img+20
  • Enthusiast
  • Best Answer
  • April 7, 2025

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


redgeographics
Celebrity
Forum|alt.badge.img+61

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.