-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow introspection #19
Comments
Hi, The Persistence Provider implementations do allow you to retrieve and inspect a single workflow. It would not be hard to add some additional methods to this class to enabled this across multiple workflows. This has been done on Workflow Core which is the sister project (.NET version) of this project. You can use |
Hi! To help those asking for the same question, here is an example of a simple
This will log something like this :
The purpose of this is to give an idea of what to expect before diving into code. I hope someone would find it useful :D |
I was wondering if this lib exposes any clean way to introspect workflow steps and workflow states.
Introspect workflow steps: Because I would like to create a graph of my workflow that will be displayed on our admin.
Introspect workflow states: Im seeking a way to list workflow instances and their states, because I would like to show which step a given instance of a workflow is on.
Thanks
The text was updated successfully, but these errors were encountered: