Changes to Running Flows

I have a scheduled job that takes about 30 minutes to run. If I change the flow during the 30 minutes it is running, will the changes immediately affect the job while it's running or will they apply the next time the job runs?

Comments

  • I have linked documentation on this below that contains more details regarding this, but overall it depends on the changes you are making.

    When the flow starts running, it will save the Flow's current state as well as any immediate parent flows. So the steps that are used, the step's mappings will be saved, and any data from the flows execution will be saved.

    What won't be saved and can change how the current running flow runs is the configuration of Designer Entities (forms/rules/reports/etc) and subflows that don't contain the active assignment.

    Refactoring In-Flight Flows

Sign In or Register to comment.