Stopping BPM/Workflows triggering on $bean->save()

Hi all.

I'm doing a semi-custom import using CSV data with some conditionally formatting and record creation. I don't want any workflows firing when these records are saved using $bean->save(). I do want logic hooks to still fire but not BPM/Workflows. I believe there are conditions for the save(); but if anyone can point me in the right direction that'd be perfect.

Thanks!

Daniel 

Parents
  • You can set, on importing, a field which would be evaluated by BPM in order to decide whether to fire or not.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • You can set, on importing, a field which would be evaluated by BPM in order to decide whether to fire or not.

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children