Action Order of Execution

Almost all of EFT Server’s Event Rule Actions are executed synchronously (execute 1, wait until it finishes, execute 2, wait until 2 finishes, execute 3 … etc.), as there may be more actions that follow that depend on the prior Action completing successfully. Each Action is completed before continuing to the next.

This is not always the case for custom command actions. Command Actions execute asynchronously, which means that EFT Server does not wait for a reply before returning control to the Event Rule thread, unless an "if failed" Action was specified, such as Stop Processing this Rule, in which case the command Action waits for a return message indicating success or failure from the invoked process.

The EFT Server executes the Event Rule according to whatever synchronicity applies to that Event Rule. For example:

Related Topics

Event Rule Order of Execution

Condition Placement