I even tried renaming it … and I’m able to open what appears to be multiple temporary copies of the same workflow from the hub.
When I go to close one of these, for a split second this yellow banner pops up - I had to capture it on my cellphone since it shows when I hit the x to close, then disappears.
I was able to reproduce your error and have a hint about the cause.
The workflow you are calling with the Call Workflow Service inside the Parallel Chunk Loop contains, in turn, other Call Workflow Service nodes. The 422 error that you see comes from those nested Call Workflow Service nodes in the first callee. Thus, troubleshooting the callee workflow as well (as described in the red annotation) should solve the problem.
Can you please give it a try so we can confirm?
However, for the sake of simplicity, we might remove one layer of nested callees for this exercise in the future!
Thank you for your precious feedback! Have a nice weekend,
Emilio
Regarding part 1 exercise.
We are executing the workflow from knime hub.
Output is a pdf report.
Output location is “knime://knime.workflow/…/Data/report.pdf”
where can I find the output generated by this workflow?
knime://knime.workflow/…/Data/report.pdf is a relative path and in this case refers to the Data folder inside the Part1 folder. I suggest you to upload the entire Part1 folder (and not just the exercise workflow) since it also contains the data that you need to execute the workflow.
In that Data folder, your workflow will save the report.pdf file.
Part 5b
Step 1. Deployment and orchestration
Point 1 - Deploy the “Part 4 - Orchestration - Exercise” workflow group to KNIME Business Hub. Reset the workflows before upload.
The part 4 of the exercise is about testing: Exercise 01.Testing_Component_Calculate_Scores and Exercise 02.Generating_Unit_Test_Report.
Instead of Part 4 could it be Part 5b - Orchestration?
Which workflow do I have to upload?
I am trying to download the workflows from web, not AP. This is the image from the Course which walks through the steps to download the example workflows. I dont see the download option as shown in Step#3.
I have uploaded the Exercise part 2 Data App Game and deployed it as a data app. When running from the deployment list I get the following error: Cannot load job ‘a6dfded5-ba84-4d11-a0e6-b1835c6f4171’ with state ‘LOAD_ERROR’ from swap .
When I try to run the workflow from the top menu (ad-hoc) I get this error:
Creating deployment failed. Could not load workflow ‘/Users/L3-self-paced/ExerciseSpace-Kurt/KS_01.Game_Data_App - Exercise’ for 7bfc9ce8-de31-45aa-8685-bf8a6eaa0cba: Unable to load workflow ‘/Users/L3-self-paced/ExerciseSpace-Kurt/KS_01.Game_Data_App - Exercise’: Unable to load workflow, it was created with a future version of KNIME (5.2.4.v202405171011). You are running 5.2.3.v202403211026.
I am running KNIME AP 5.2.4 with which I created the last version of the workflow.