-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the solution you'd like
A clear and concise description of what you want to happen.
Relating to #469 we need the ability to use Frodo to import/export Custom Forms (which could also include Application forms) so an access request process can be quickly moved between environments.
The challenge today is forms is the one component that currently does not include an import/export UI feature but relies on API calls.
Forms point towards a requestType which in turn point towards a workflow.
A requestType can be made with an API but will also need to point towards the associated workflow.
Workflows have the ability to import/export (similar to journeys as there are nodes that must exist before the linkages can occur?)
It is in the workflow that an Approval Task node points to a form (almost a chicken and egg issue)
Workflows also need to be published.
This is a big ask but having ability to export a Form and all associated components so one can then import the form to another environment would greatly enhance the usability of AIC.
FYI All of these components are dynamic in nature and not promoted between Dev-Stage-Prod hence the need for a solution becomes more important.