Workflow orchestration for data pipeline activities

Hi found an alternative way instead of using the signals from here:

Have two workflows:

  1. the first one is doing the long polling activity from the DB
  2. start another row-based workflow inside the polling workflow in the first workflow

The cons of this approach are it’s not easy to track the association between the two workflows, but in our case, it seems like it’s not so important.