FlowProblemMissingStageFlow in StartNewFlow
Hello,
I need to implement the integration with Soap service, which returns as a result of the attachment file as a byte array. Calling the service should be done by pressing a button on the section: the user clicks the button, there is a call to service, the system offers download / open file.
I did the following:
Add button "Action Refresh - this section" to the section, with Activity in "Activity" parameter, which runs through the StartNewFlow and appeal to the SOAP connector.
Everything works fine, but after pressing the Refresh button an error FlowProblemMissingStageFlow<Flow Name> occurs and adds Reconcile inconsistency in stage processing link.
Step to reproduce:
1. Put the button on the form
2. In the Properties button add "Action Refresh - this section" and add Activity which launches through StartNewFlow an empty flow (only start and end shapes).
3. Click the Refresh button.
How I can fix this Error?