Skip to content

Feature: Add runtime execution visualization #64

@Frnd-me

Description

@Frnd-me

A feature should be added that exposes, preferably, an HTTP endpoint from where the current runtime execution state can be inspected. I'm thinking about using d3.js: https://docs.stardog.com/tutorials/data-visualization-with-d3.

Something that looks like:

Image

The visualization should show the current state:

  • which state machines are instantiated,
  • in which states they are,
  • the data values in the local context,
  • services being invoked.

It is required that this feature can be enabled (it should be disabled by default) using an environment variable. The implementation cannot be too large (not too much content should be included in the runtime image).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions