-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add Process Graph Extraction From Recording Using pm4py
#852
base: main
Are you sure you want to change the base?
Conversation
pm4py
One thing we will need to take care of is: We will need to edit install script to handle the installation of Link: https://pm4py.fit.fraunhofer.de/static/assets/api/2.7.11/install.html#pip We can add a new issue for above if this PR gets merged |
@KrishPatel13 it's not clear to me that Graphviz is necessary, see e.g. process-intelligence-solutions/pm4py#425 (comment) |
Output of commit: d7a2e6c is below: The data for above is here:
|
The following sqlite3 commands will run the query mentioned in process-query.sql (present in same directory where you have sqlite3 open), and redirect its output to a file called
My
Once we have this dataout.csv we can read it using
This is how the data looks like of my recording: https://github.com/OpenAdaptAI/OpenAdapt/pull/852/files#diff-03b12224302b60e98d6398edf88b09df24291a794a603ef435dd31b64bea8c8cR1 |
@abrichr What shall be our next step for this pr (or issue: #564), since I am able to produce a process-graph from our db, what shall be our next steps ? |
I know we also want the As currently, it just shows the So, I will need to do a bit more research on how to include the resource / other information in the process-graph and how to customize it according to our need. I would love some general feedback and/or guidance for the work so far and next steps. Thank you. |
Hi Krish, the |
It means I can format an
and make this string under |
I will give it a shot and I will let you its results. |
@abrichr I have an update for this PR. I have tried to make a process-graph to showcase relevant details of each action event. For that, could you see this output html page: openadapt/process-graph/output/tmpkbsu9k18.html OR below: Recording.2024-07-20.224743.mp4 |
Use the Use Use |
What kind of change does this PR introduce?
Summary
Checklist
How can your code be run and tested?
Other information