Shared Flow not found error

I am getting the error '{"fault":{"faultstring":"Shared Flow security-traffic-mgmt Not Found","detail":{"errorcode":"flow.SharedFlowNotFound"}}}' while working on the lab in Coursera "Shared Flow and Flow hooks". I did some research and found that this error is thrown when there is no <SharedFlowBundle> tag in the shared flow policy. I did set up the policy correctly.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<FlowCallout async="false" continueOnError="false" enabled="true" name="Shared-Flow"> <DisplayName>Shared Flow</DisplayName> <FaultRules/> <Properties/> <SharedFlowBundle>security-traffic-mgmt</SharedFlowBundle>

</FlowCallout>

0 1 586
1 REPLY 1

sydub7
Participant IV

Check if you shared flow 'security-traffic-mgmt' is correctly deployed or not. You may also try un-deploying and deplyoing it again