How to skip a step in an out of the box Discovery pattern

xcmicahx
Tera Contributor

Hi all, 

 

Can anyone help guide me on the best way to skip a step in Discovery pattern through a Discovery pattern extension? Or if there is a better way to do this. I don't want to modify the out of the box code. 

1 REPLY 1

Niklas Peterson
Mega Sage
Mega Sage

Hi,

To skip a step in a pattern, you need to modify the pattern. Steps are what builds up the pattern so unless you remove the step or add logic for when to execute or not, then the step will be executed.

 

You can only use an extension to add functionality but in theory, that added functionality could possibly revert what previous steps has performed. 

 

Regards,
Niklas