ReFramework official

Hi,

ReFramework is meant by design, As-Is, to handle transactional processes and with Queues however, It is possible with some minor tweaks to adapt it to a non-queue process (based on a datatable for example) or even an Attended/One time non transaction job.

  • Transactional with datatable/Datarows

You have example here, including xaml from our dear @loginerror.
The academy advanced training is also showing on the first assignement how to do so.

Attended/One Time (non-transactional)

  1. Connect all transitions going from “Process Transaction” State to “End Process”
  2. Delete the getTransaction State
  3. Connect the “Success” transition from “Init” to “Process Transaction State”

This should look like the screenshot bellow.
Of course you can tweak it a little more and remove some unused pieces inside the invoked workflow but this should be working like this.

This will permit you to keep most of the advantages of the Framework such as:

  • Out of the box exception handling/logs
  • Screenshot on exception
  • Credentials
  • Reusability of the CloseApplications
  • Config file

Cheers

14 Likes