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 | [] |
