rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Add ability to export and import journeys without coordinates #348

Closed phalestrivir closed 6 months ago

phalestrivir commented 6 months ago

PR that adds the ability to export journeys without coordinates in the journey nodes. Additionally, it adds the ability so that when importing a journey, node(s) without coordinates will use the coordinates of the journey node(s) as they exist in the journey on the cloud tenant (assuming the journey already exists on the cloud tenant, otherwise the coordinates default to x=0 and y=0). This PR relies on changes in a PR for frodo-lib that has the title "Add ability to export and import journeys without coordinates."