workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Web-based workflow inspector.

Open zach-klippenstein opened this issue 6 years ago • 2 comments
trafficstars

AC: The ability to tell adb to forward a port, point a web browser at it, and see a live view of what workflows are running, maybe even send them events.

Should share infrastructure with square/workflow#129.

zach-klippenstein avatar Jan 22 '19 19:01 zach-klippenstein

Stetho does exactly this, using the Chrome DevTools protocol. We can also use DevTools to stream this data. See this repo for the official protocol spec.

zach-klippenstein avatar Sep 19 '19 22:09 zach-klippenstein

We have good internal support for Perfetto in the form of a WorkflowInterceptor. Should open source that.

rjrjr avatar May 04 '22 19:05 rjrjr