Check your understanding

Using the ReFramework without 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
  • Change the TransactionItem data type
  • 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)

     

     

     

Check your understanding

When working with tabular data, where would you set the MaxRetryNumber?

  • Choose one of the options below
 

In the Settings sheet of the Config file

 

In the Constants sheet of the Config file

 

In the Orchestrator Queue

 

In an Orchestrator Asset which is referenced in the Assets sheet of the Config file

 

Check your understanding

By default, which states are affected by the TransactionItem data type change?

  • Choose all of the options that apply
  • Initialization

  • Get Transaction Data

  • Process Transaction

  • End Process

 

Check your understanding

From the below list of statements, select the ones which are true about CloseAllApplications.xaml and KillAllProcesses.xaml?

  • Choose all of the options which apply
  • CloseAllApplications.xaml is used to log out and close the target applications

  • CloseAllApplications.xaml is used to force-close the target applications

  • KillAllProcesses.xaml is used to log out and close the target applications 

  • KillAllProcesses.xaml is used to force-close the target applications

     

     

     

Check your understanding

Which variable would you use to store the collection of objects which will be used as Transaction Items?

  • Choose one of the options below
 

TransactionData

 

TransactionItem

 

TransactionID

 

TransactionFiled1

 

TransactionNumber

 

Check your understanding

If the TransactionData variable is of type DataTable, what type should the in_TransactionItem argument in Process.xaml have?

  • Choose one of the options below
 

QueueItem

 

String

 

DataTable

 

DataRow

 

 

Check your understanding

We are planning to build an execution report functionality which includes the transaction identifier and the transaction status. What workflow would this logic best be included in?

  • Choose one of the options below
 

InitAllSettings.xaml

 

InitAllApplications.xaml

 

GetTransactionData.xaml

 

SetTransactionStatus.xaml

 

RetryCurrentTransaction.xaml

 

 

Check your understanding

You have just set the TransactionItem type to MailMessage. Which of the following types is a valid option for TransactionData?

  • Choose one of the options below
 

DataTable

 

List(of String)

 

List(of MailMessage)

 

QueueItem

 

You want to configure the ReFramework template to build a linear process. Which argument do you need to monitor in GetTransactionData.xaml?

  • Choose one of the options below
 

in_TransactionItem

 

in_TransactionNumber

 

in_Config

 

out_TransactionItem

 

out_GetTransactionData

 

 

What is the default type of the 'TransactionData' variable?

 

DataTable

 

 

Dictionary

 

QueueItem

 

DataRow

 

+ Recent posts