I have a problem. I config Ivy Designer to use database PostgreSQL on the local machine. Sometimes Ivy designer has broken and I re-open Ivy designer again, at that time all database was empty. Question is, How I can config Ivy Designer don't reset database when opening

asked 31.05.2018 at 02:52

Phuoc%20Nguyen's gravatar image

Phuoc Nguyen
(suspended)
accept rate: 0%


Hi

Currently this is not possible. Theoretically we could stop to flush the DB, but it will anyways lead to problem with our current architecture. As the TASKs and CASEs are bound to projects in your workspace. These projects are converted to deployed workflow artifacts during the deployment process. But the deployer does yet not take care to keep the IDs of already existing TASKs and CASEs sync. So even if you could managed the keep your data in the DB, it will not be linked to any meaningfull project or user...

What I do today to test and have real data is some kind of bootstrap process. A process lives in my test project and creates meaningfull domain data, creates tasks (e.g. with triggers).

I think the situation will be much better with 8.0 version of Axon.ivy. Because we're working on a fantastic paradigm shift how the deployment mechanism works. But currently there are only blueprints of it, nothing productive that we can share right now....

Regards, Reguel

link

answered 04.06.2018 at 01:56

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78

Asked: 31.05.2018 at 02:52

Seen: 1,552 times

Last updated: 04.06.2018 at 01:56