API ReferenceGE Extensionsflowgraphnodesactivity
Auto Star Goals Node
Automatically populates the tasklist UI app with goals derived from the mission's active stars. Category: `once_instant`.
Automatically populates the tasklist UI app with goals derived from the mission's active stars. Category: once_instant.
Pins
Inputs
| Name | Type | Fixed | Description |
|---|---|---|---|
flow | flow | yes | Execution trigger (implicit) |
addMissionTitle | bool | hardcoded | If set, adds mission name as tasklist header |
Behavior
C:workOnce():- Triggers
SetTasklistHeaderwith mission name - Iterates
_activeStarCache.sortedStarsfiltered bystarsActive - For each active star, resolves label (string → translation object, or function → called with activity)
- Triggers
SetTasklistTaskwith{label, done=false, fail=false, active=true, id=starKey, type="goal"}
- Triggers
allowedManualPinTypesincludesflowfor custom flow pinstryBuildContexthelper extracts string/number fields frommissionTypeDatafor translation context
Usage Example
-- Connect after Activity Flow "started" output:
-- [Activity Flow].started → [Auto Star Goals]
-- For a mission with stars "time_gold" and "no_damage":
-- Tasklist shows:
-- Header: "Highway Race"
-- ☐ Complete in under 2:00
-- ☐ No vehicle damage
-- Labels resolved from activity.starLabels[starKey]
-- Can be string, translation object, or function(activity)Additional Exports
init()
-
color-any- (see source) -
description-string- (see source) -
category-string- (see source) -
pinSchema-table- (see source) -
tags-table- (see source)
See Also
- Activity Attempt Node - Related reference
- Activity Flow Node - Related reference
- Activity Hook Trigger Node - Related reference
- FlowGraph Guide - Guide
Activity Attempt Vehicle Node
Adds vehicle information to an attempt data object. Records model, config, and origin (career inventory or setup module). Category: `once_instant`.
Get Progress Node
Retrieves the aggregated progress data for the current mission's progress key, formatting it as text and HTML for display. Category: `once_p_duration`.