Get Dependencies [To]
- 18 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Dependencies [To]
- Updated on 18 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Flow Management > Dependencies |
The Get Dependencies [To] step provides a list of objects that require and depend on the inputted object. The step requires the object's ID and full type name.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Id | The ID for the entity or object | String |
Type Name | The full Type Name of the object (i.e. DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The list of Decisions objects and resources which depend on the inputted object | List of ModuleResourceDependencies |
Example Inputs and Outputs
Input | Type Name | Output |
---|---|---|
08da65d7-2450-6ff3-8ab0-5c4b3005e37f | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration | List of dependency information |
Null | Null | [] |
Empty String | Null | [] |
Was this article helpful?