Pausing and resuming Case processing
Archived
2 Tasks
10 mins
Beginner
English
Scenario
InsCorp is launching a roadside assistance service as a coverage option for automobile insurance policies. During the Service stage, the customer selects a service provider and a Service child case is created to collect information from the service provider. To process the Assistance Request case and the Service case correctly, you should enforce a dependency to pause and resume case processing on the Assistance Request case when the Service case meets conditions that you define.
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 a Wait automation
- From the App Studio navigation pane, click Case types > Assistance Request to open the Assistance Request case type.
- In the Create Service case process, click Step > More > Automations > Wait > Select to add a step that pauses case processing.
- Change the name of the step to Wait for service completion.
- In the contextual properties pane on the right, from the Wait for (Case type) drop-down list, select Service to set a dependency on the Service case.
Note: In this exercise, the Assistance Request case type creates a single Service child case and there is no difference between the Any and All options.
- Click the To be resolved radio button to pause the Assistance Request case until the Service case is resolved.
Note: The "Users can choose to continue process" checkbox is selected by default.
- Click Save to complete the Assistance Request workflow.
2 Confirm your work
- Run a new instance of the Assistance Request case type.
- Advance the case to the Select service provider assignment. Click Submit. You are presented with the Select services assignment. Make note of the Service case ID.
- Without completing the Service case, click Assistance Request A-# to return to the Assistance Request case. The open assignments are displayed.
- To the right of the Await Dependency to be fulfilled (Service) task, click Begin. The Continue Process form is displayed where you are given the choice to stop waiting and continue the process or continue waiting.
- Click No (wait) to return to the Assignments view.
- Under the Service case ID you noted earlier, to the right of the Perform service task, click Begin. The Select services view is displayed.
- Click Submit to complete the assignment. The Review service summary view is displayed.
- Under Open assignments, the Service case is displayed as resolved.