This activities are build for showcases and customers who want to start as early as possible with Hyland RPA integration to OnBase.
You have to use the following activities inside a Unity Scope Activity.
When using Onbase connection multiple times in the process you should create a "Connection" variable/argument.
You can reuse this the next time you use a Unity Scope within the "Existing Connection" field.
Archives Documents.
Get Keywords from a Document.
| Standard Keyword Record | AdditionalMultiInstanceKeywordRecord_[INDEX] |
|---|---|
| [DataTable with Keywords] | [DataTable with Keywords] |
Updates a specific Keyword Value and / or creates it when it is not existing yet.
Creates an WorkViewObject from a specific class.
Get all WorkView Objects filtered by attributes.
The result is a IDictionary<int64, WorkView.Object> (ObjectId, WorkView Object).
To loop through the results use a "Foreach Loop" with an KeyValuePair<int64, WorkView.Object>
You get the ObjectId by
Item.Key.ToString
The attributes you can get this way i.e.
Item.Value.AttributeValues.Find("InvoiceNumber").AlphanumericValue
Do not use this activity outside the showcase! If you need a fully functional activity please contact marc.horst@hyland.com
Currently it looks for the first Queue by DocId and executes the first AdHocUserTask.
https://github.com/marchorst/Hyland.Rocket.RPA.OnBase/releases