<?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: Logger Mechanism in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3421#M1649</link>
    <description>&lt;P&gt;It is better to use Handle Errors than logger for error inspection.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 16:50:46 GMT</pubDate>
    <dc:creator>lykee11199</dc:creator>
    <dc:date>2022-09-05T16:50:46Z</dc:date>
    <item>
      <title>Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3420#M1648</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can anyone guide me on how to implement the logger mechanism in Workato?&lt;/P&gt;&lt;P&gt;I have used Logger By Workato. Now my end goal is to maintain all these logs with every job execution so that I can identify errors for par jobs. &lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 16:47:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3420#M1648</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-05T16:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3421#M1649</link>
      <description>&lt;P&gt;It is better to use Handle Errors than logger for error inspection.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 16:50:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3421#M1649</guid>
      <dc:creator>lykee11199</dc:creator>
      <dc:date>2022-09-05T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3422#M1650</link>
      <description>&lt;P&gt;I have used Handle Errors to catch unexpected errors but I need a logger as well.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 17:00:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3422#M1650</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-05T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3423#M1651</link>
      <description>&lt;P&gt;If I understood correctly you would want to identify and count what errors occur and how many times they do? &lt;/P&gt;&lt;P&gt;On error, you could call the same function and pass parameters into it from the recipe itself. Within the function you could use a lookup table of Workato (although limited in rows and columns) or use a connected SQL server to put your logging details.&lt;/P&gt;&lt;P&gt;Also there is the Autonomous Operations Framework by Workato that has more or less the same goal, monitoring issues in every recipe and taking actions where needed. https://academy.workato.com/autonomous-operations-framework&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I hope my interpretation was correct and helps you out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 17:12:13 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3423#M1651</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2022-09-05T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3424#M1652</link>
      <description>&lt;P&gt;Try using Notes for each step where it will be useful to pick up the errors in the steps&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 17:22:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3424#M1652</guid>
      <dc:creator>pratik-maskar</dc:creator>
      <dc:date>2022-09-05T17:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3425#M1653</link>
      <description>&lt;DIV class="WordSection1"&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Hello Bhavesh ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;You can use lookup table to Store logs for every execution .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;You can use the following approach&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;1)Create one lookup table and provide Column name relevant to your logs data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;2)Create one functional recipe to add item in Look up table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;3)Call functional recipe in your parent recipe where ever you want to log data .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="472"&gt;&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;Shruti Sharma&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="472"&gt;&lt;TABLE class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="178"&gt;&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="280"&gt;&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;Mobile:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;&amp;nbsp;+91 9643919302&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;Email:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;shruti.2.sharma&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.workato.com/links?url=mailto%3Aabc.def%40coforgetech.com" target="_blank" rel="noopener noreferrer"&gt;&lt;SPAN&gt;@coforge.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="472"&gt;&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;Coforge Limited&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;(Erstwhile NIIT Technologies Limited)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;A href="https://community.workato.com/links?url=https%3A%2F%2Find01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fwww.coforgetech.com%252F%26data%3D02%257C01%257CShruti.2.Sharma%2540coforgetech.com%257C9f5ca575e8a44cfde7b808d848f54906%257Cb727a530a0d54fb8bd40d8f9763e97db%257C0%257C0%257C637339565921998811%26sdata%3D33cDjYoPLwYTDosrIWtQughtWj64qEAeAzcCvjQpLr4%253D%26reserved%3D0" target="_blank" title="Original URL: http://www.coforgetech.com/. Click or tap if you trust this link." rel="noopener noreferrer"&gt;&lt;SPAN&gt;www.coforgetech.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="472"&gt;&lt;TABLE class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="34"&gt;&lt;P class="MsoNormal" align="center"&gt;&lt;A href="https://community.workato.com/links?url=https%3A%2F%2Find01.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Ftwitter.com%252FCoforge_Tech%26data%3D02%257C01%257CShruti.2.Sharma%2540coforgetech.com%257C9f5ca575e8a44cfde7b808d848f54906%257Cb727a530a0d54fb8bd40d8f9763e97db%257C0%257C0%257C637339565921998811%26sdata%3DkdrAybbuRbeiJuu6VGQ91ZxZJi2uZTLNS5M7fxanDKs%253D%26reserved%3D0" target="_blank" title="Original URL: https://twitter.com/Coforge_Tech. Click or tap if you trust this link." rel="noopener noreferrer"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="34"&gt;&lt;P class="MsoNormal" align="center"&gt;&lt;A href="https://community.workato.com/links?url=https%3A%2F%2Find01.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fwww.linkedin.com%252Fcompany%252Fcoforge-tech%252F%26data%3D02%257C01%257CShruti.2.Sharma%2540coforgetech.com%257C9f5ca575e8a44cfde7b808d848f54906%257Cb727a530a0d54fb8bd40d8f9763e97db%257C0%257C0%257C637339565922008807%26sdata%3DHpPG%252FIMEH4t4JLEPW3RTn5KGhb8E6wn%252B%252B5ekoShRRlE%253D%26reserved%3D0" target="_blank" title="Original URL: https://www.linkedin.com/company/coforge-tech/. Click or tap if you trust this link." rel="noopener noreferrer"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="34"&gt;&lt;P class="MsoNormal" align="center"&gt;&lt;A href="https://community.workato.com/links?url=https%3A%2F%2Find01.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fwww.facebook.com%252Fcoforge.company%26data%3D02%257C01%257CShruti.2.Sharma%2540coforgetech.com%257C9f5ca575e8a44cfde7b808d848f54906%257Cb727a530a0d54fb8bd40d8f9763e97db%257C0%257C0%257C637339565922008807%26sdata%3D3lxRlbax9QwGTIgOfUoaqwnVtE8BEPjakWLD7krwwmw%253D%26reserved%3D0" target="_blank" title="Original URL: https://www.facebook.com/coforge.company. Click or tap if you trust this link." rel="noopener noreferrer"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="34"&gt;&lt;P class="MsoNormal" align="center"&gt;&lt;A href="https://community.workato.com/links?url=https%3A%2F%2Find01.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fwww.youtube.com%252Fchannel%252FUC-9Vk052THg8iIOJQQNUkqQ%252F%26data%3D02%257C01%257CShruti.2.Sharma%2540coforgetech.com%257C9f5ca575e8a44cfde7b808d848f54906%257Cb727a530a0d54fb8bd40d8f9763e97db%257C0%257C0%257C637339565922008807%26sdata%3DlnaZidK%252BvUgrXOmedjIWWkyBki9%252F163%252BOVGu2kYRvS4%253D%26reserved%3D0" target="_blank" title="Original URL: https://www.youtube.com/channel/UC-9Vk052THg8iIOJQQNUkqQ/. Click or tap if you trust this link." rel="noopener noreferrer"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;SPAN&gt;DISCLAIMER: The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and contains confidential and/or privileged material. Sharing this message or its contents with a third party without prior written consent is strictly prohibited. If you receive this email by mistake, please advise the sender and delete it immediately. Email transmission cannot be guaranteed to be secure or virus-free as information could be intercepted, corrupted, lost or destroyed as a result of the transmission process. Therefore, you should check the email for threats with proper software, as the Company does not accept liability for any damage inflicted by viewing the content of this email. Views or opinions presented in this email are solely those of the author and do not necessarily represent those of the Company. Through this email, no employee or agent is authorized to conclude/commit any new or incidental terms, which are not part of the original contract with any client or vendor, other than by way of duly executed and signed amendment contract between the parties in accordance with the agreed protocol of the contract. Coforge Limited and its related entities consider the privacy of its clients to be of utmost importance and work to protect it. Please be aware that the Company monitors email communications through our networks for compliance purposes. The Privacy Policy of the Company can be accessed from our website www.coforge.com.&lt;/SPAN&gt;</description>
      <pubDate>Tue, 06 Sep 2022 16:24:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3425#M1653</guid>
      <dc:creator>shruti-2-sharma</dc:creator>
      <dc:date>2022-09-06T16:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3426#M1654</link>
      <description>&lt;P&gt;One use case where I think Logger is useful is to capture the results of the steps within a loop where the job report would only show the results from the last iteration.  I have not yet tried it but someday soon.  It isn't necessarily just errors, I think results from steps that succeeded are also valuable for troubleshooting.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 19:20:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3426#M1654</guid>
      <dc:creator>gwilkinson</dc:creator>
      <dc:date>2022-09-06T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3427#M1655</link>
      <description>&lt;P&gt;Be careful of using your valuable Tasks b/c the Logger step counts as a Task.  And using Lookup tables can work but remember they cap out at 10,000, so make sure you're not going to exceed that.  But another thought here is that Workato has a way to feed your job history log to an enterprise logging solution of yours, called "Audit Log Streaming" (https://docs.workato.com/job-history-replication.html#audit-log-streaming).  We do that with Splunk right now, though we're still working through the kinks b/c it dumps everything into 1 line as JSON, which is currently getting truncated and makes it hard to read &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  So we still need to work through that, but it sure SEEMS useful...!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 21:01:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3427#M1655</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2022-09-06T21:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3428#M1656</link>
      <description>&lt;P&gt;Bhavesh - every job execution of a recipe by deault includes a full trace or input/output and errors at triiger and every action step in the recipe.  So you get a log by default.  As others have suggested you can catch errors and do automated recovery using try catch - including sending alerts/notifications (email, Slack, etc.)  or even opening tickets in the appropriate ticketing system (ServiceNow, Jira, etc.). &lt;/P&gt;&lt;P&gt;We also have best practice guidance around error handling - this is available as the Autonomous Operations Framework (AOF): https://www.workato.com/the-connector/introducing-automation-accelerators/&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please take a look at AOF and then let us know if that addresses your requirements.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 23:00:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3428#M1656</guid>
      <dc:creator>jayesh</dc:creator>
      <dc:date>2022-09-06T23:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3429#M1657</link>
      <description>&lt;P&gt;That exactly what we faced, workato don't maintain logs of multiple records in for each loop so that's why we are asking here. RIght now we are mainting a list of logs using variables by workato list functionality. But we are exploring for more and better ideas for logging.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 16:51:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3429#M1657</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-07T16:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3430#M1658</link>
      <description>&lt;P&gt;Troubleshooting loops is really difficult in terms of visibility. &lt;/P&gt;&lt;P&gt;Which is also why we've frequently opted to call a function within a loop and treat every loop item, one by one via that function for full visibility.&lt;/P&gt;&lt;P&gt;It's not perfect but has saved us a lot of time on troubleshooting.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 17:03:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3430#M1658</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2022-09-07T17:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3431#M1659</link>
      <description>&lt;P&gt;&lt;SPAN id="mob-widget-1662558575277" class="mention"&gt;Steven Marissens&lt;/SPAN&gt; yes totally, we do the same.  It makes life much easier.  But flies in the face of bulk actions, and calling a recipe function consumes a task, and returning a value from a function consumes a task.  So unfortunately there are "cons" with this approach too, but I agree that it makes troubleshooting/monitoring much easier and is what I have opted for myself.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 20:50:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3431#M1659</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2022-09-07T20:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3432#M1660</link>
      <description>&lt;P&gt;&lt;SPAN id="mob-widget-1662558852756" class="mention"&gt;Mike Power&lt;/SPAN&gt; Yeah we swapped task-based for recipe-based billing around 2 years ago because it was demanding compromises in 'build quality' as you try to keep the amount of tasks down. &lt;/P&gt;&lt;P&gt;Also made it impossible predict how much it was going to consume because it can differ so much per month.&lt;/P&gt;&lt;P&gt;It's defintely more expensive but less time in troubleshooting and other quality enhancers reduce costs.  &lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 21:02:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3432#M1660</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2022-09-07T21:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logger Mechanism</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3433#M1661</link>
      <description>&lt;P&gt;&lt;SPAN id="mob-widget-1662560382092" class="mention"&gt;Steven Marissens&lt;/SPAN&gt;  I wish we had that input before we just signed a renewal for 3 years that switched from connection-based to task-based.  I had advocated some for Recipe-Based b/c it seemed better to me, but I think Workato prefers customers on task-based.  At least that's the vibe I got and the pricing seemed to favor it.  &lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 21:21:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/logger-mechanism/m-p/3433#M1661</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2022-09-07T21:21:27Z</dc:date>
    </item>
  </channel>
</rss>

