Basico-PS / AutomationOrchestrator

Automation Orchestrator application to orchestrate and manage digital process automation (RPA)
BSD 3-Clause "New" or "Revised" License
36 stars 6 forks source link

Note field on Botflow Executions #34

Closed Ghitafjorback closed 4 years ago

Ghitafjorback commented 4 years ago

Would it be possible to do one of below, or even both.

  1. after an execution has failed then give an option to try to run again. And if the run was successful, then the status would change from "failed" to "success with manual help" or something

  2. Having the option to add a note to histories of executions. When a Botflow is failing I would normally go and start the script manually, but the history in Orchestrator has no record of this, and it will look like the script did never run. This way we could state in the history "I ran this script manually on 1/4 20 at 10. a.m., the error occured due to...... "

Thank you in advance and keep up the good work with this tool Ghita

mbalslow commented 4 years ago

Hi @Ghitafjorback,

In the next release, a new field on Botflow Executions called "Note" will be available that enables three things:

  1. To manually go to the Botflow Execution, open it, and edit the field, and click save:

Botflow Execution Custom Note 2

Botflow Execution Custom Note 3

  1. On all triggers, you will be able to set the Botflow Execution Note when it is queued:

Botflow Execution Custom Note 4

Botflow Execution Custom Note 5

  1. The field is also available for edit through the API, allowing you to update the field from, for example, a running Foxtrot robot:

Botflow Execution Custom Note 6