Step Details |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | Flow Management > Dependencies |
The Get Declared Dependencies From step returns a list of information on dependencies that the object depends on.
Properties
Inputs
Property | Description | Data Type |
---|
Id | The Id of the desired entity | String |
Type Name | The Full Type Name of the Data Type to retrieve the fields from (i.e. DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration)
| String |
Outputs
Property | Description | Data Type |
---|
Output | List of dependency information | List of DeclaredModuleResourceDependency |
Example Inputs and Outputs
Id | Type Name | Output |
---|
08daf3ed-622f-94e2-1f24-2216a00afd0a
| Flow | [] |
08daf3ed-622f-94e2-1f24-2216a00afd0a
| DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration
| List of dependency information |
Null | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration
| [] |
Empty | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration
| [] |
08daf3ed-622f-94e2-1f24-2216a00afd0a
| Null | [] |
Empty String | Null | [] |
