-
[Bizagi] Ground 0 of Process Implementation
Read more: [Bizagi] Ground 0 of Process ImplementationThere are a few things you need to do before you actually create your process in Bizagi. Because Bizagi remembers everything and changing / deleting processes is not the best course of action, it is best if you have a clear idea of what you need: General information Data Model Governance Rule Standardization Tracing Standardization…
-
[Bizagi] Connecting to a DB – SELECT statement
Read more: [Bizagi] Connecting to a DB – SELECT statementDirectly connecting to a database is generally not recommended when integrating with other systems. However, if you absolutely must connect straight to a database and run queries against it, here’s how you can do it. (We needed to connect to a Access DB – code may vary with change of DB) Have the DB connection…
-
[Bizagi] Connecting to a DB – procedure call
Read more: [Bizagi] Connecting to a DB – procedure callDirectly connecting to a database is generally not recommended when integrating with other systems. However, if you absolutely must connect straight to a database and run queries against it, here’s how you can do it. (We needed to connect to a Access DB – code may vary with change of DB) Have the DB connection…
