Hi there,
i have a model where i create a whole bunch of TaskExecuter flow items as the model starts to run, and then i use them to conduct various tasks throughout the run. Which is all controlled in ProcessFlow.
However i want to look at their utilization through the use of a dashboard widget but because the flow items are only generated as the model starts the widget throws an error because the node referencing the flow items doesn't exist on model reset (because the TaskExecuter flow items are deleted on reset).
Is there a way that i can add the TaskExecuter flow items to the graph once i have created them in the model to avoid getting the error? I add all the TaskExecuter flow items to a group when i create them if that helps.
Hope you have a good day. error-message.png