Hi,
I’m new to webCoRE and have a question regarding calling another piston. I’ve divided up two pistons (for organizational purpose sake) and want Piston #1 to call Piston #2 when its finished.
The only problem I’m noticing is that Piston #2 has conditions in it and what I understand from conditions is the piston will still trigger/run because webCoRE will subscribe to those events.
So in order to properly do this, do I need to disable Piston #2…and have Piston #1 enable/disable it when it needs to call it so the conditions that webCoRE is subscribed to in Piston #2 don’t run by themselves? Or how is this typically handled? Thanks for any insight…