Check your understanding

Using the ReFramework with Queue Items Checklist, arrange the configuration steps in the correct order.

  • Ensure the prerequisites are covered
  • Create a new project and fill in the Config file
  • Configure the workflows used to open, close and kill apps
  • Edit the GetTransactionData and Process workflows

 

Check your understanding

When whiteboarding your process workflows, what information should you take into account?

  • Choose all the options that apply
  • Workflow name

  • Workflow file size

  • Pre-condition

  • List of activities

  • Description

  • Post-action

  • Arguments

  • State(s)

 

Should we use whiteboarding for all workflows in our ReFramework project?

  • Choose one of the options below
 

Yes, for all workflows including the ones built into the template.

 

No, only for the workflows which are specific to our business process.

 

Check your understanding

In which sheet of the Config file would you create an entry for a Credential type asset?

  • Choose one of the options below
 

Settings

 

Constants

 

Assets

 

In which sheet of the Config file would you define a threshold for a Business Rule?

  • Choose one of the options below
 

Settings

 

Constants

 

Assets

 

In what sheet of the Config file would you set the Max Retry Number?

  • Choose one of the options below
 

Settings

 

Constants

 

Assets

 

Check your understanding

An error has occurred while processing a transaction. Which workflow is the first to call CloseAllApplications.xaml and KillAllProcesses.xaml?

  • Choose one of the options below
 

RetryCurrentTransaction.xaml

 

TakeScreenshot.xaml

 

InitAllApplications.xaml

 

SetTransactionStatus.xaml

 

InitAllSettings.xaml

 

 

Check your understanding

Let's say each Queue Item for our process contains three values. How can we extract values from an object of type QueueItem?

  • Choose one of the options below
 

By assigning three output variables in the Get Queue Items activity.

 

 

By configuring the Arguments collection in the Get Transaction Item activity.

 

 

By using the ‘SpecificContent’ property and supplying the name of the field as the Key.

 

 

By configuring the Get Asset activity. 

 

 

 

Check your understanding

What should you make sure before test-running your project?

  • Choose one of the options below

 

 

That Queue Items are available in the Queue

 

That no Queue Items are available

 

That all target applications are closed

 

 

Check your understanding

What actions must be performed to run the ‘GeneralTestCase’ on the workflow files?

  • Choose one of the options below
 

1. Their paths must be added to the Settings sheet, in the Config.xlsx file, along with their expected exception.

2. In the 'InitAllSettingsTestCase' workflow, we must invoke the workflow file name for each entry in the Configuration file.

 
 
 
 

1. Their paths must be stored in separate Assets in Orchestrator and then added inside the 'Assets' sheet within the Config.xlsx file.

2. In the 'InitAllSettingsTestCase' workflow, we must invoke the workflow file name for each entry in the Configuration file.

 
 
 

 

1. Their paths must be added to the ‘Tests’ sheet along with their expected exception.

2. In the 'GeneralTestCase' workflow, we must invoke the workflow file name for each entry in the Excel file.

 
 
 
 
 
1. Their paths must be added to the ‘Tests’ sheet along with their expected exception.
2. In the 'CloseAllApplications' workflow, we must invoke the workflow file name for each entry in the Excel file.

 

 

Match the block with its correct description:

  • Given
  • When
  • Then

 

What activity is used to update a transaction status when an Orchestrator queue is the transaction data source?

 

Set Transaction Status

 

Set Transaction Progress 

 

Postpone Transaction Item

 

Wait Queue Item

 

Match the process workflows with the project files where they are invoked.

  •  

 

 

After the initialization of settings, you should ensure that the system is in a clean state before the main process starts. 

 

How can you do this?

 

By using the 'Delete Storage File', as it deletes a file from a specified Storage Bucket in Orchestrator.

 

By using the 'ShouldStop'  activity, as it assures a smooth termination of a job since it prevents the sudden interruption of an ongoing process. 

 

By using the 'Kill Process' activity, as it forces the termination of all target applications.

 

 

By using the 'StopJob' activity, as it enables you to stop or kill a job on Orchestrator.

 

 

The 'Max number of retries' for your Queue is set to 1. At runtime, a business rule exception is thrown for one of the transactions.  

 

What happens next?

  • Choose one of the options below
 

The automation process ends as it cannot continue.

 

The specific transaction is not retried, but the processing of the remaining items continues.

 

 

The transaction is retried once.

 

The transaction is retried until it's successfully processed.

+ Recent posts