So for context, my workflow does something like 1. Creates a new workflow instance with an account

So for context, my workflow does something like

  1. Creates a new workflow instance with an account id which needs creating/updating
  2. Fetch data from internal db and create/update data in a 3rd party via their API
I need every workflow to have always passed (and if one fails, send an alert via our monitoring). I am also planning on surfacing the workflow status to the end consumer by adding another step which updates our internal DB to reference the workflow instance.

Having said that, for my use case, just creating a new instance with the same params would work. I suppose I could do this already using the Workflows API πŸ€”
Was this page helpful?