Embedding sub-processes into the main process allows the process to exist independently and be reused. In the main process, you can bind a sub-process record by adding a "sub-process" type node. When the main process runs to the "sub-process" node, the sub-process will be started and executed until the sub-process completes and returns to the subsequent running node of the main process.