Skip to content

Commit

Permalink
Merge pull request #25 from gokulprathin8/fix-readme-history
Browse files Browse the repository at this point in the history
Updated README.md to correct history functions
  • Loading branch information
ZihengSun authored Oct 4, 2023
2 parents 5a41302 + 00cfed9 commit 63c3439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Alternatively, you can import a workflow by specifying the path to the workflow
7. **Viewing Workflow and Process History**: To retrieve the history of a workflow run or a process run, use the respective commands:

```python
geoweaver.history("<workflow_history_id>")
geoweaver.history("<process_history_id>")
geoweaver.get_workflow_history("<workflow_history_id>")
geoweaver.get_process_history("<process_history_id>")
```

8. **Inspecting Process Source Code**: To view the source code of a process, use the following command:
Expand Down

0 comments on commit 63c3439

Please sign in to comment.