Finally Execute
This node ensures that specified tasks are executed at the end of a workflow, regardless of errors.
Example
For instance, in a wallet creation process you will perform the action of exporting the created data after using the Press Key
node.
Normally, if the Press Key
node runs successfully, the Insert Data
and Export Data
nodes will be executed, and the data will be exported to the machine.
If the Press Key
node fails, the Insert Data
and Export Data
nodes will not run, as the workflow stops at the point of failure.
To address this issue, you can use the Finally Execute
node to ensure that the data is exported regardless of whether the process runs successfully or encounters an error. As seen in both cases, whether the process fails or succeeds, the data is still exported.