Flowgear running old workflow version

74 Views Asked by At

I have a workflow that queries table and when there is available data it calls another workflow and retrieves the relevant data and then pushes it to a web service. This is supposed run every 2 minutes.

Previously I had some test data in my variable bar, but I have long since removed it. Yet that data is getting pushed to the webservice constantly.

Why is the workflow still using the old test data?

3

There are 3 best solutions below

1
On BEST ANSWER

Flowgear caches sub-workflows on first encounter when they execute from a parent workflow. If you've modified a sub-workflow and re-saved it, that change won't take effect in the calling workflow until you restart it.

0
On

Best practice to auto-start workflows is to restart the workflow after every workflow change.

0
On

Did you refresh the subworkflow's properties? To do this, right-click on the Workflow node, and click refresh properties