Documenting multiple async checks?

Hi guys,

How do you articulate more than one asynchronous conditions/checks that are async and independent of one another?

For example, applying for travel insurance, after submitting the application, the insurer (or system) might look like:

  • Check identity
    — If yes, then proceed
    — If no, stop the process

  • Check previous claims
    — If yes, then proceed
    — If no, stop the process

Loose example, but hopefully illustrates my query. Both must be executed and satisfactory to proceed, but they are independent of another from a sequential POV.

Ta

Ash

Hello??? Can anyone help with this?

You’d probably be better off asking that question in the Camunda BPM forum.