GetDataSources

An activity which makes OpenSpirit data sources available in a process definition. This activity is used to assert a data source when mapping data to the Input of the Get Projects 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 The model that the listed data source types must have at least one entity mapped to. If "<None>" is selected all data source types registered with OpenSpirit will be listed (optional)
Data Source Types No Select the data source type(s) of the data sources to be returned. If "<None>" is selected all data sources will be returned.

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
DataSourceType Repeating OspDataSourceType The data source types for the data sources to be returned. If no data source type is specified all data sources will be returned.

Output

The output for this activity contains data source info elements.

Output Item Data Type Description
OspOutput Complex Root element for all output elements
DataSourceInfo Repeating Complex Each DataSourceInfo element has a "DataSource" element and a "SupportsProjects" element.
DataSource OspDataSource Each DataSource element has a "DataSourceType" element and a "Name" element.
SupportsProjects Boolean "true" if the data source supports projects.

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
Fault Thrown When...