Task System Nodes
These nodes allow to interact with the Reflectis Task System. They are provided by the com.anotherealitysrl.reflectis-creatorkit-worlds-tasks package.
Flow Nodes
Complete Task Node
🔍
Reflectis>Flow>Reflectis Tasks: CompleteTask
This Node completes a task within the Task System.
- ⬇️ Input:
- TaskToComplete (
Task), reference to the task to complete.
- TaskToComplete (
Event Nodes
On Task System Ready
🔍
Events>Reflectis>Reflectis Tasks: On Task System Ready
This event triggers when the Task System is ready and initialized.
- ⬆️ Output:
- TaskSystem (
TaskSystemReflectis), reference to the initialized Task System.
- TaskSystem (
On Task Completed
🔍
Events>Reflectis>Reflectis Tasks: On Task Completed
This event triggers when a task is completed.
-
⬇️ Input:
- TaskReference (
Task), reference to the task to monitor.
- TaskReference (
-
⬆️ Output:
- IsCompleted (
bool), a boolean indicating whether the task was successfully completed.
- IsCompleted (