Skip to main content

Creating and persisting temporary cases

Archived

2 Tasks

10 mins

Visible to: All users
Beginner English
This content is now archived and is no longer updated. Progress is not calculated. Pega Cloud instances are disabled, and badges are no longer awarded.

Scenario

InsCorp learns that many customers begin service requests and partially fill out their information before abandoning the case. To avoid accumulating abandoned service request cases in the system, InsCorp wants customers to enter their information, location, and vehicle before the case is assigned an ID. Cases are not persisted in the database once created. Cases are persisted after collecting vehicle information in the Submission multi-step form. 

The following table provides the credentials you need to complete the challenge.

Role Operator ID Password
Application Developer author@gogoroad pega123!

Challenge Walkthrough

Detailed Tasks

1 Create and persist a temporary case

  1. In App Studio, from the navigation pane, click Case types > Assistance Request to open the Assistance Request case type.
  2. Click the Settings tab to open the Assistance Request case type properties.
  3. In the General section, under Behavior, select the Create temporary case that is not saved until a 'Persist case' step is reached check box.
    settings-temp-case
  4. Click Save to save the Assistance Request case type. A new case does not persist to the database.
  5. Click the Workflow tab to open the Assistance Request case life cycle.
  6. Hover over the Submit request multi-step process and click Configure process to open the Process modeler.
    Note: From the case life cycle, you can only add Collect information steps to a multi-step form. To add other types of steps to a multi-step form, open the process. 
  7. In the Process modeler, click Add flow shape > Automations > Persist case.
    add-flow-shape
  8. Drag the Identify vehicle connector to the Persist case step.
  9. Hover over the Persist case step and drag the connector to the end step.
    temp-case-flow-action
    Note: By default, flow shapes are added to the center of the process modeler and may overlap. Move shapes as necessary to make the process easier to interpret.
  10. Click Stages & steps to return to the case life cycle.
  11. Click Save.

2 Confirm your work

  1. In the Assistance Request case type, click Save and run to run a new instance of the Assistance Request case type.
  2. Advance the case to one of the steps in the multi-step form.
  3. From the lower-right corner, click the Toggle runtime toolbar icon.
  4. On the toolbar, click the Clipboard icon to open the Clipboard tool.
    runtime-toolbar-clipboard
  5. In the Thread drop-down, select New to view the New thread.
  6. Click pyWorkPage and confirm that pyTemporaryObject is set to true and the pzInsKey value is blank. These values indicate that a case does not persist to the database.
    new-temp-thread
  7. Close the clipboard dialog.
  8. Advance the same case to the Enter payment information view.
  9. Open the clipboard and confirm that there is a thread with the case ID for the current case instance.
  10. Confirm that pyTemporaryObject is blank and the pzInsKey value shows the case ID.
    perist-thread


Available in the following missions:

We'd prefer it if you saw us at our best.

Pega Academy has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice