Skip to content

Make workflow internal behavior into interceptor APIs #1235

Open
@pyricau

Description

@pyricau

Check our internal ActionLogger and WorkflowSystemTracer and create APIs so that those implementations are straightforward and show 0 knowledge of workflow internals.

Some examples:

  • to get access to actions you need to wrap a render then wrap actions + wrap render child + wrap actions (all you want is "an API for knowing about actions")
  • relying on "session.parent = null" for root
  • tracking of the map of workflow names
  • the fact that we are mirroring the skipping logic to figure out if workflow will skip a render

Metadata

Metadata

Assignees

No one assigned

    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