Configuring job application case types
Capture the personal details of applicants that are relevant for you, such as previous experience, by creating and configuring a job application case type.
This procedure explores the usage of application components in the configuration of case types in Pega Express. The job application case type serves as an example.
Browse the list of application components.
In Dev Studio, in the Cases explorer, click New.
In the Create case type field, enter a name for the new case type and click Finish.
For example, enter Job application.
Configure a stage that captures applicant details by applying application components.
Capture personal details by applying one of the following rules:
- To capture data without saving it, use the PersonInformation flow action.
- To capture data and save it when an applicant submits the form, use the PersonInformation flow.
Make similar selections for capturing other types of details, such as education and experience.
For more information about case life cycles and stages, see Defining the case life cycle.
Configure a stage that evaluates the application by performing the following actions:
Make sure that evaluation criteria are set.
You can use the PGP explorer to access and set evaluation criteria.
Apply the Evaluate flow as the first step of the stage.
Set the Evaluate type to Job application and then set the routing.
Apply the PersistPerson flow as the next step of the stage and then set the EntityPage parameter to .Person.
By using PersistPerson before the remaining flows, you make sure that the person IDs are generated.
Apply the following flows as the remaining steps of the stage and then set their EntityPage parameters to .Person.pyID.
Save the case type.
Previous topic Extending the PGP configurator Next topic Complaints