We have a problem with the deployment of cloud flow containing unbounded actions in D365 managed solutions. We we've a cloud flow containing unbounded actions and add them to a D365 solutions this works fine in the source environment. But when deployed as managed solution to another environment the flow doesn't start automatically. Oke that's bad, but can be a turn on by a consultant when they do a initial configuration. Then when we make a changes in our source environment and create a new managed export of the same solution (version number is also changed). After rolling out the new version the flow stops again.
So I did a test by making two flows. One regular flow which had a recurring timer in it and when triggered it added a note in the annotations table. The second flow has also a recurring timer but tries to call a unbounded action. A call to this action triggers a plugin who creates a trace log entry. Both are working properly in the Source instance (unmanaged), but the one with an unbounded action does not start in the target instance (as managed solution). the one that creates a new annotation record works in both environments.
Does anyone know what's going wrong?