Hello everyone, I am new to Webcon so it might be a dumb question.
Anyway, I am trying to create an App where one Department starts one Workflow that creates subworkflows for several other departments. The main Workflow should be able to see the current status/step of every subworkflow.
But with what I did, I am getting 2 Errors
[Form] "Failed with an unknown exception Fehler-ID: d1a18cc6-c67d-43bb-b883-66e3584445e9"
[] "during saga execution: Failed with an unknown exception".
See the attachment for a picture of that.
How I tried to realise this scenario:
On the only path from the Start button i have an automation that starts a subworkflow and then saves the subworkflow ID to a technical field. (Or at least I think that it should do that, see attachments).
Then in the mainform Workflow I have a step that is waiting for the Subworkflow and there a Tab that should get the status.
For that I created a Data table and put the technical field as the filter.
And when I test this I get a huge error message from the Query test.
With that I think that I am either doing something increadibly wrong, or it will be a simple thing like a checkbox I am missing. Which of the 2 is it and how do I fix this?
Thanks in advance.