BizSnips

Snippets of knowledge to make life easier for a busy consultant

Looking for something?

Advertisement

  • [Bizagi] Ground 0 of Process Implementation

    There 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…

    Read more: [Bizagi] Ground 0 of Process Implementation
  • [Bizagi] Connecting to a DB – SELECT statement

    Directly 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…

    Read more: [Bizagi] Connecting to a DB – SELECT statement
  • [Bizagi] Connecting to a DB – procedure call

    Directly 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…

    Read more: [Bizagi] Connecting to a DB – procedure call