Task Graph
Task Graph is a function graph for collectively sharing continuously executed processes.
Task Graph allows you to perform asynchronous processing (that is, processing that does not complete immediately).
It can be used to receive parameters from the caller, perform some processing asynchronously, and then return the execution results to the caller.
Hot to create
Function graph within Logic Controller
- Logic Behavior and Logic Asset in the Logic Editor window.
- Select the Graphs tab in the side panel.
- Click the “+” button in the Functions column.
- Select Task Graph from the menu.
- You will be in name input mode, so enter your name.
- Confirm with
Enter key
Task Graph Asset
For details, see Task Graph Asset.
Available nodes
The nodes available in Task Graph are as follows.