Return from back-end

Hi There,

What is the most practical way to return to the back-end that a task has finished?
I need to update the RG.
Not always it updates correctly…

Tks in advance !
Augusto

i have the same question

I’ve got the simpliest Idea… :slight_smile:

  1. Create a user field “Hear Back End”, let’s say text, null
  2. In the back end populate this field with “Finshed”, whenever back end finishes
  3. In front end use “Do every time” CurrentUser-Hear Back End = Finished
  4. Trigger you workflow
  5. Set CurrentUser-Hear Back End as null again
  6. You can put that inside a reusable.

Well, you can put in this field many processing simultaneously e and trigger many workflows.

For simple tasks, it works.
You might use 2 fields to better control, let’s say, have a job number…