Skip to content

Commit

Permalink
readme changed to correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Oct 4, 2023
1 parent 5a41302 commit 00cfed9
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 00cfed9

Please sign in to comment.