Joint
The jonit stage sends data. The data that has flowed from pipeline is transferred to other systems.
Two or more actions to send data can be selected in joint stage. The joint action is necessary for one or more in the pipeline.
Series execution and parallel execution
There are two type executions of joint action, series execution/parallel execution.
In the series execution, the selected action is sequentially executed from the left. When the error occurs in an action, the following action is not executed. If the order is important in join, for example, the mail is sent after saving to the database, please select this execution method.
In parallel execution, all selected actions are executed at the same time. Even if the error occurs in an action, other actions are not influenced. Please use it when deliver data to two or more FTP servers at the same time.