Hey @Lumyna - you should look into recursive workflows.

SAWOL can be unreliable when needing to

  1. rely on the previous item being updated,
  2. update the same thing as the other workflow (handling race conditions) and
  3. handle actions that are variable in completion time (e.g. external API, plugin actions, heavy workflows)
2 Likes