Get Registration ID For Linked Flow Step
kupetskya13 Posts: 2
11/2/2022
|
I'm trying to build a flow that gets step information for a specified flow and all subflows called within. I use the Get All Steps In Flow function to get the info I need from the top-level flow, but I want to access the Flow ID registered with each "Run Subflow" step so I can call this function on each of the respective linked subflows. Is there a way to do this?
|
|
0
link
|
Osman Mustafa Administrator Posts: 124
11/3/2022
|
Hey,
Unfortunately, we cannot get the flow IDs of the sub-flows using the 'Get All Steps In Flow' step. However, if you'd like to get the IDs of the sub-flows, you can use the step 'Get Dependencies [From]'. You can provide the flow ID as ID input and DecisionsFramework.ServiceLayer.Services.ConfigurationStorage.ElementRegistration as TypeName. This will fetch all the dependencies of the parent flow that will also include the flow IDs.
Thanks
|
|
0
link
|
wordywicket Posts: 1
11/3/2022
|
I also have the same question. It's sad not being able to get the flow IDs of the sub-flows using the "Get All Steps In Flow" step.
moto x3m
|
|
0
link
|