Workflow redirect

This is I want to do

  • add new record using form
  • workflow trigger
  • check the new record added for a logical condition; if Yes then redirect to another nocobase url else stay in the same form after submit
    how do I do redirects on workflow; I can see the http get/put requests but not redirect; I will run workflow in synchronous mode
    thanks

The workflow function does not support this requirement scenario. It is recommended to use the 2.0 version of js block to customize the page.