Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | All versions This feature is related to all versions.
Journey Manager comes with a Save Challenge feature that allows users to resume their form applications, so they can complete or cancel them. This is an important step in the onboarding process when a user needs to save a form application to get some required information or a web browser is closed or crashed. Therefore, the Save Challenge provides a secure mechanism to return to the form.
To enable a Save Challenge:
//DateOfBirth
.supportsSaveChallenge
is set to true
in the SDK form-def.json
file.
The application-package-config.xml
is updated with this option after running the app-package
command.
Next, learn abut other Manager's features.