Disabling activities from another Activity

Good day!
I’d like to put a “test mode” in my process. With that, I have to disable some activities from different sequences. Can I disable other activities from a certain activity? (example: if test mode = true then disable activity a, c, d, f, h)

Hi @agahito

That’s not possible, debug mode doesn’t allow to make changes within the project, for that you can edit the values and start ignoring activities but that should be manually, also you can add conditional breakpoints, that based on any condition take this way or another

Regards

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.