This exercise requires you to use skills from all the previous exercises. In addition, it includes examples of using the Starlark DateTime module to manipulate dates and times. For more information, see Starlark DateTime reference.
Task
Create a completely new Workflow Definition that prompts user for the first name, last name and the date of birth of a customer to add to Vault.
The Workflow should then verify that the customer is over 18 and reject them if not.
Add a ticket to approve the customer with the option to:
Reject the customer
Approve the customer
Re-input the customer's details
Add the customer using the callback action.
Display the added customer's details.