README.md in dor-workflow-client-3.18.1 vs README.md in dor-workflow-client-3.19.0
- old
+ new
@@ -49,9 +49,15 @@
Show a workflow template
```ruby
client.workflow_template('etdSubmitWF')
```
+Get the status of an object
+```ruby
+client.status(druid: 'druid:gv054hp4128', version: '3').display
+#=> "v3 Accessioned"
+```
+
## Underlying Clients
This gem currently uses the [Faraday](https://github.com/lostisland/faraday) HTTP client to access the back-end service. The clients be accessed directly from your `Dor::Workflow::Client` object:
```ruby