Skip to content

Move entry point address info from app table to task table #978

@jphickey

Description

@jphickey

Is your feature request related to a problem? Please describe.
The ES global currently tracks task entry point in the app table, not task table. As a result only the "main" task entry point of an app is tracked in this regard. As child tasks are created, these all have different entry points, but they aren't stored, and therefore cannot be reported in the telemetry as reported via e.g. QUERY_ALL_TASKS.

Describe the solution you'd like
Hold the actual runtime entry point address in the Task table rather than the App table.

Additional context
This would simplify the current task entry logic as it would only need to look at the task entry, not the app+task entry combination.
Still would need to hang onto the configured (string version) of entry point for when an app is reloaded/restarted.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions