Skip to main content
April 12, 2023
Question

How to disable part of the process model?

  • April 12, 2023
  • 2 replies
  • 0 views

How can I temporarily disable any of the processes that I drew a green box around

Something is generating an JSON input error and I'd know which one.

    2 replies

    mikes0011
    Brainy
    April 12, 2023

    If you're just trying to debug a running instance - edit the instance and insert a Rule Node set to "=false()", and the process will halt at that node until you manually advance it.

    The Expression Guru
    adityag9712
    April 12, 2023

    Create a environment specific constant of type boolean (set value as true), and add this constant at 1st condition, then set End Node to the workflow.