The following schema nodes are available:
Schema Node |
Description |
---|---|
ExecuteAdHocTask |
The name of the operation, followed by the OnBase Workflow queue and task's numeric ID. For example, ExecuteAdHoctask_[queue ID]_[task ID]. Expand to display AdHocTaskData. |
AdHocTaskData |
Expand to display documentHandle. |
documentHandle |
The OnBase document's document handle. |
ScopedProperties |
Expand to display PropertyBag. Only scoped properties can be utilized. |
PropertyBag |
The PropertyBag node contains NameValuePair and within this node, Name and Value. The NameValuePair node has a maxOccurs setting of “unbounded”, meaning multiple instance of the Name and Value can be sent. Name should be mapped to the name of the property, as defined in the ad hoc task within OnBase Studio. Value should be mapped to the corresponding value of the property defined in the Name node. |