Get Dependencies [From]
- 17 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get Dependencies [From]
- Updated on 17 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 | 5.12.0 |
Location | Flow Management > Dependencies |
The Get Dependencies component fetches dependencies for an object. If the "Only Unattached" variable is checked it will result in new dependencies, if not it will result in all dependencies for the object received.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Id | The desired entity Id | String |
Type Name | The Full Type Name of the Data Type to retrieve the fields from (i.e. DecisionsFramework.ServiceLayer.Services.Accounts.Account) | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Dependency Information associated with the Flow | List of ModuleResourceDependency |
Example Inputs and Outputs
Id | Type Name | Output |
---|---|---|
08da90f7-65a7-cafc-1f24-2221f0026b14 | DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration | List of dependency information |
Null | Null | [] |
Empty String | Null | [] |
Was this article helpful?