Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
nameWorkflow Naming Convention
Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<!doctype html>\r\n<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\">\r\n<link href=\"https://docs.empowerid.com/new_docs.css\" rel=\"stylesheet\">\r\n<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>\r\n \r\n <div class = \"bd-callout bd-callout-info\">\r\n <p>When altering a stock workflow, it’s a \r\n best practice to make a copy of the workflow and then alter the copy. and save it to the workflow customizations\r\n The recommended naming convention for the copy should be as follows:</p>\r\n <ul>\r\n <li><code>CustomerName_WorkflowName</code></li>\r\n </ul>\r\n<p>For example, if the name of your company is “Foo” and the workflow you are altering is \r\nthe “DeleteMultiplePeopleWithOptions” workflow, following this convention, \r\nthe name of the altered workflow would be <code>Foo_DeleteMultiplePeopleWithOptions</code>.folder. This allows you to plug the custom workflow into the UI without needing to update the \r\n links to that workflow. Additionally, this keeps upgrades from overwriting customized workflows.</p>\r\n <p>When developing your own workflows, it is recommended that you prefix the workflow\r\n with one or more initials identifying your organization. \r\n </p>\r\n<p class = \"bd-callout bd-callout-danger\">Stock workflows should not be altered themselves. \r\nFollowing this convention keeps upgrades from overwriting customized workflows.</p>n <ul>\r\n <li><code>CustomerName_WorkflowName</code></li>\r\n </ul>\r\n</div>\r\n","javascript":"","css":"code {\r\n padding: 2px 4px;\r\n font-size: 90%;\r\n color: #c7254e;\r\n background-color: #f9f2f4;\r\n border-radius: 4px;\r\n}"}