View Source LightningWeb.RunChannel (Lightning v2.10.4)

Phoenix channel to interact with Runs.

Summary

Functions

For the time being, calls to fetch:dataclip will return dataclips that are preformatted for use as "initial state" in a run.

Functions

Link to this function

handle_in(binary, payload, socket)

View Source

For the time being, calls to fetch:dataclip will return dataclips that are preformatted for use as "initial state" in a run.

This means that the body of http requests will be nested inside a "data" key.

There is an open discussion on the community that may impact how we store HTTP requests in the database as dataclips and how we send the body of those HTTP requests to the worker to use as initial state.