Skip to content

Commit

Permalink
Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
extremihai committed Aug 19, 2017
1 parent fc8a511 commit df22d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
+ If failing, retry a few times as per Config("ProcessRetries")

2. **GET TRANSACTION DATA**
./Framework/*GetTransactionData* - Fetches from Orchestrator queue as per Config("TransactionQueue")
./*GetTransactionData* - Sample for working with Excel input files
+ ./Framework/*GetTransactionData* - Fetches from Orchestrator queue as per Config("TransactionQueue")
+ ./*GetTransactionData* - Sample for working with Excel input files

3. **PROCESS TRANSACTION**
+ Try *ProcessTransaction*
+ If application exceptions happen
+ *SaveErrorScreen* - In Config("ErrorsFolder") with the exception message
+ Going to re/INITIALIZE
+ *SetTransactionStatus* - As Success, Failed or Rejected with reason
./Framework/*SetTransactionStatus* - Updates the Orchestrator queue item
./*SetTransactionStatus* - Sample for updating Excel input file
+ ./Framework/*SetTransactionStatus* - Updates the Orchestrator queue item
+ ./*SetTransactionStatus* - Sample for updating Excel input file

4. **END PROCESS**
+ *CloseAllApplications* - As listed in Config("CloseApps")
Expand Down

0 comments on commit df22d31

Please sign in to comment.