Skip to content
Discussion options

You must be logged in to vote

@aidandunne1892 Thank you for the detailed input and for pointing out the outdated issue and comments. The correct format for defining exceptions(a separate section in the .flow-scanner.yml) is described in the Define Exceptions chapter of the README documentation. Based on your example, this would translate to:

exceptions:
  Add_Error_Log_for_Get_Accounts:
     missing-fault-path:
      - "Save_Get_Accounts_Error_Log"

Our README only demonstrates the JSON notation, while we typically recommend using the yaml notation with the same data model:

exceptions:
  <FlowName>:
    <RuleId>:
      - <ResultName>

Please let us know if there’s anything we can do to improve the documentation or make…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@aidandunne1892
Comment options

@RubenHalman
Comment options

@RubenHalman
Comment options

Answer selected by RubenHalman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants