is there a way to insert config nodes in a way that they appear within the all nodes section?
if i use the configs attribute on flows, config nodes will be stored with the flow and deleted if the flow gets deleted.
thx for help
is there a way to insert config nodes in a way that they appear within the all nodes section?
if i use the configs attribute on flows, config nodes will be stored with the flow and deleted if the flow gets deleted.
thx for help
@msmthng they are exposed on the flow with an id of global
- ie GET /flow/global
@knolleary thanks!!!
is there a way to make a delta update or all the config nodes needs to be added to the "config" property of the global flow?
No way to apply a delta... Has to be the full set.
The whole /flow API could do with some love to make it easier to work with. Just not had a huge amount of demand in it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.