<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Enable / Disable Workflow Trigger in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302051#M2691</link>
    <description>&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt;,&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Adding the official documentation on how consumption is calculated for draft workflows (and yes, draft workflows don't count toward workflow hours):&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;&lt;A class="underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://docs.dynatrace.com/docs/license/capabilities/automation/automation#how-consumption-is-calculated-for-draft-workflows" target="_blank"&gt;https://docs.dynatrace.com/docs/license/capabilities/automation/automation#how-consumption-is-calculated-for-draft-workflows&lt;/A&gt;&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Cheers,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2026 07:41:15 GMT</pubDate>
    <dc:creator>sonja</dc:creator>
    <dc:date>2026-07-17T07:41:15Z</dc:date>
    <item>
      <title>Enable / Disable Workflow Trigger</title>
      <link>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302014#M2683</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a workflow that is triggered automatically by incoming ACTIVE/CLOSE Davis Problem, I need an API to disable the entire workflow outside working hours.&lt;/P&gt;&lt;P&gt;Then I want to enable it again during working hours.&lt;/P&gt;&lt;P&gt;This is really a must to avoid extra license cost as this is run in the non production environment.&lt;/P&gt;&lt;P&gt;I searched&amp;nbsp; the whole Dynatrace documentation but I am not able to find the API&lt;/P&gt;&lt;P&gt;May be someone have come across this and I appreciate any input.&lt;/P&gt;&lt;P&gt;I appreciate your support&lt;/P&gt;&lt;P&gt;Marwan...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 13:11:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302014#M2683</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2026-07-16T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enable / Disable Workflow Trigger</title>
      <link>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302036#M2685</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt;&amp;nbsp;From what I understand you would be charge for the workflow from the moment its deployed/published whether the workflow is running or not running . You would not be able to disable/enable a workflow to save cost.&lt;/P&gt;&lt;P&gt;Alternative option is to use a simple workflow if it fits your use case which do not consume workflow hours&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/simple-workflow" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/simple-workflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 01:35:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302036#M2685</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2026-07-17T01:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enable / Disable Workflow Trigger</title>
      <link>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302040#M2686</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding to what&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp;said — this is worth being precise about, because there are two different things being conflated: the trigger being enabled/disabled vs the workflow being deployed/draft.&lt;BR /&gt;On billing: Dynatrace has confirmed in community threads (&lt;A href="https://community.dynatrace.com/t5/Automations/Avoid-Hidden-DPS-Costs-in-Dynatrace-Workflows-and-Storage/m-p/285280" target="_blank"&gt;Solved: Re: DPS Pricing gotchas - workflows storage cost - Community Home&lt;/A&gt;) that workflow costs don't differentiate between enabled or disabled workflows — any deployed workflow can be executed at any time, either manually or via API, even if a trigger or schedule is defined, so toggling the trigger via API won't reduce your workflow-hours charge. The kinds of workflows that do avoid workflow-hours are: simple workflows (single-task, restricted functionality)&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/build/simple-workflow" target="_blank"&gt;Create a simple workflow in Dynatrace Workflows — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and draft-only workflows (not yet deployed, or un-deployed).&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/build#create" target="_blank"&gt;Build workflows — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 05:32:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302040#M2686</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-07-17T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enable / Disable Workflow Trigger</title>
      <link>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302051#M2691</link>
      <description>&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt;,&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Adding the official documentation on how consumption is calculated for draft workflows (and yes, draft workflows don't count toward workflow hours):&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;&lt;A class="underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://docs.dynatrace.com/docs/license/capabilities/automation/automation#how-consumption-is-calculated-for-draft-workflows" target="_blank"&gt;https://docs.dynatrace.com/docs/license/capabilities/automation/automation#how-consumption-is-calculated-for-draft-workflows&lt;/A&gt;&lt;/P&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal"&gt;Cheers,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 07:41:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Enable-Disable-Workflow-Trigger/m-p/302051#M2691</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2026-07-17T07:41:15Z</dc:date>
    </item>
  </channel>
</rss>

