Skip to main content
Version: 2026.3

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.

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.

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.
  • ⬆️ Output:

    • IsCompleted (bool), a boolean indicating whether the task was successfully completed.