Decision (Workflow) Template Summary Spec

Background

Summary data for a Object can be queried with an API call like so:

    Attachment/Attachment.ashx/Summary?Output=Xml&ID=166068

This spec ensures that the Summary method returns valid data for each potential Parent Object.

Specification

This spec cycles through each of the potential Parent Objects for a Decision, and ensures that each returns a summary without errors.
The summary is verified by comparing summary values with values queried directly from the database.

The potential parent objects are:
  • Attachment
  • ImportForm
  • Organization
  • Person
  • Process
  • SLSLoan
Comments