Get List of all Workflows / WorkflowGroups on Server

Hello,

i need to list all Workflows/Groups available on Server
I tried the RestAPI:
https:///knime/rest/v4/repository/?deep=true
Result is a JSON File. So far so good.
But how to extract the information from the JSON?
The JSONPath is “variable” and depend on the directory structure on the server.
Do I have to use a recursive loop or is there a better solution?
Greetings

Hi @Tim8200

my colleague Alex made a component for it. You can find it below:

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.