An activity which makes OpenSpirit data source types available in a process definition. This is used to assert data source types when mapping data to the Input of the Get Data Sources Activity.
General
The
General tab contains the following fields.
Field
|
Module Property?
|
Description
|
Name
|
No
|
The name to be displayed as the label for the activity in the process.
|
Model |
No |
If a data model is speficied, this activity returns all the datasource types that support that data model |
Description
Provide a short description for the activity.
Input
The following is the input for the activity.
Input Item
|
Data Type
|
Description
|
Parameters |
Complex |
Root element for all input elements |
Model |
OspModel |
The Model element has a "Name" element and a "Version" element. |
Output
The following is the output for the activity.
Output Item
|
Data Type
|
Description
|
OspOutput |
Complex |
Root element for all output elements |
DataSourceType |
Repeating OspDataSourceType |
Each DataSourceType element has a "Name" element, a "Version" element, and a "Provider" element. |
Fault
The
Fault tab lists exceptions that are thrown by this activity.
Error Schema Element
|
Datatype
|
Description
|
msg
|
string
|
The error message returned by the plug-in.
|
msgCode
|
string
|
The error code returned by the plug-in
|