ActionInCustomDatasource


Description

Action custom data source associations linking workflow actions to custom data sources for dynamic data integration. This table enables actions to access and process data from custom data sources, supporting flexible workflow automation and business intelligence integration.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null

Primary key - Unique identifier for each action-datasource association

fkDatasourceID uniqueidentifier 16 null

Data source reference - Links to the custom data source (GUID identifier)

fkActionID int 4 null

Action reference - Links to the workflow action that uses this data source

Indexes

Constraint Name Type Sort Column(s)
PK_ActionInCustomDatasource Primary key Asc Id

Relationships