Explore more
Scenarios

Scenario settings

10min

You can access the settings panel by clicking the gear icon in the editor. Here you can set various advanced settings.

Scenario settings
ļ»æ

Sequential processing

You can allow to store information about incomplete executions.

The sequential processing setting determines how processes recurring incomplete executions. The incomplete executionsļ»æ folder must contain data.

  • If enabled, stops executing the until you resolve all incomplete executions. This option guarantees that will always solve incomplete executions in sequential order.
  • If disabled, the continues to run according to its scheduleļ»æ, regardless of errors.

Sequential processing also applies to webhooksļ»æ. By default, processes webhooks in parallel. When you enable sequential processing, waits until the previous execution is complete before starting the next one.

Data is confidential

After a executes, you can display informationļ»æ about data processed by the modules. This happens by default.

If you do not want to store this information, enable this setting.

If enabled, there are very limited options to solve errors that occur in a execution.

Allow storing of incomplete executions

This setting determines what happens if a run encounters an errorļ»æ. You can choose how will process the data.

  • If enabled, the is paused and moved to the incomplete executionsļ»æ folder. This gives you the possibility to fix the issue and continue from where the stopped.
  • If disabled, the run stops and starts a rollbackļ»æ phase.

You can resolve each incomplete execution either manually or automatically.

The data in this folder counts towards the storage limits of your subscription plan.

Enable data loss

ļ»æ may fail to save a data bundleĀ to the queue of incomplete executionsļ»æ (e.g. due to a lack of free space).Ā With this setting enabled, does not save the lost data. This is to prevent interruptions in the Make execution.

This option is well-suited for where continuous execution is the highest priority. The incoming data is less important.

Modules can encounter files larger than the maximum allowed sizeļ»æ.Ā In this case, proceeds according to theĀ enable data lossĀ setting and displays a warning message.

The maximum file size depends on your subscription plan.

Auto commit

ThisĀ setting applies to transactionsļ»æ and defines the way to process a . This settingĀ is enabled byĀ default.

  • If enabled, the commitļ»æ phase on each module starts immediately after the operation phase.Ā DataĀ is committedĀ right away and cannotĀ be restoredĀ in the case of an error.
  • If disabled, no commit occurs until operationsĀ are executedĀ for all modules.

Not every module supports transactionality. Only modules marked with the tag 'ACID' support transactions.

Commit trigger last

ThisĀ setting defines the module commitļ»æ order after a successful operation phase.Ā This settingĀ is enabled byĀ default.

  • If enabled, theĀ commitĀ phase skips the trigger and processes that module last.
  • If disabled, the commit phase occurs in the default order.

Max number of cycles

This setting defines the maximum number of cycles allowed during a execution.

Setting more cyclesļ»æ can be useful when you want to prevent connection interruption to third-party services. This can also ensure all recordsĀ are processedĀ within the run.

If you execute the manually by clicking theĀ Run onceĀ button, the setting is ignored andĀ only one cycleĀ will be performed.

Number of consecutive errors

This setting defines the maximum number of consecutive execution attempts before the deactivatesĀ (though there are exceptions listed in the error handling overviewļ»æ.

If a starts with an instant trigger, the setting is ignored and the is deactivated immediately once the first error has occurred.

ļ»æ