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. |
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. |