Determining if a workflow condition has been metDescription <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Determining if a workflow condition has been met Symptoms Symptoms may include the following: Workflow did not run when expectedWorkflow did not run on a specific recordCannot publish workflowPublishing workflow takes too longCannot modify checked out workflowCannot start workflowWorkflow does not triggerStalled workflow How to determine why the workflow did not run when expected For the reproducible issue: Sometimes when a user inserts a glide record, it results in unexpected behavior, such as the workflow does or does not start. This issue is related to the condition property of a workflow version. When a specific workflow does not run on a glide record, it is most likely that the condition property is specified on a workflow version is not met. Use the following steps to troubleshoot this.Navigate to Workflow > Workflow Version.Search for name of a workflow that has issues to run.Look for only the published version or the checked out version. If you have checked out the workflow, you need to focus on the checked out version. Otherwise, focus on the published version.Click the selected version from the list.The workflow version form opens up.Look for the Condition field on the form.If the Condition field is not visible on the form, right-click the header and select Personalize >Form Layout. Add the Condition field to the right slush bucket and click Save.Verify that the glide record against the workflow that did not run matches the condition specified in the workflow version. How to determine why a workflow runs when it is not expected to run on a specific record For the reproducible issue: Navigate to Workflow > Workflow Version.Search for the name of the workflow that is running unexpectedly.Remember to focus on the published version or checked out versions only.On the workflow version of the form, check the Condition field.If the condition is not visible on the form, right click the header and select Personalize > Form Layout. Add the Condition field to the right slush bucket and click Save.Verify that the glide record against the workflow that is running matches the condition specified in workflow version.If you do not want to run this workflow on a glide record, insert the matched condition, and mark this workflow as inactive.On the Workflow version form, right-click the header and select Personalize > Form Layout.Add the Active field to the right slush bucket and click Save.On the Workflow version form, clear the Active option, right-click the header, and click Save. For the nonreproducible issue: If the above issue is not reproducible, but happened for a specific record and you would like to find a root cause, follow these steps. Navigate to Workflow > All Contexts.On this list, find the context record in which the workflow ran unexpectedly.On a selected record, click on the workflow version entry. This opens up the workflow version record.On the workflow version record, verify that the condition matches the glide record. This may not be the published version.In the published version, the condition might have been changed, so the issue is not reproducible anymore.