<?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: Employee Termination recipe in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2719#M1245</link>
    <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2607917"&gt;Raj Shunmugavelu&lt;/A&gt; &lt;A href="https://systematic.workato.com/workato-migration/users/2573182"&gt;Autumn Spinella&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hi Raj and Autumn.  Here is the packaged up set of recipes I have for my employee termination requests.  I had looked at posting it in the community recipes, but since this involves 2 Recipes, 2 Functions and a lookup table I wasn't able to share it there as a collection.  So just posting it here for now.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With the Recipes there are:&lt;/P&gt;&lt;P&gt;   ETR | WEB-001 | Workday -&amp;gt; Workato Endpoint     This is a webhook that Workday calls to when a termination is triggered there.  It sends an XML payload to this endpoint to trigger the process.&lt;/P&gt;&lt;P&gt;   ETR | REC-002 | Daily Workday Jobs      This recipe is just a scheduler that kicks off a daily task to check for termination records that are in holding (future date)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Function Recipes:&lt;/P&gt;&lt;P&gt;    ETR | FUNC-001 | Process Term Requests to ServiceNow Tickets        This recipe does the main lifting.  It checks the incoming request and if it is for the current day it processes it and sends it to ServiceNow.  If the request is for a future date it gets saved into the lookup table to be picked up later and processed through the daily scheduled job.&lt;/P&gt;&lt;P&gt;    ETR | FUNC-001 | Process Daily Term Requests    This function is called by the daily schedule recipe and handles the lookup and checking of requests in the look up table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Lookup Table:&lt;/P&gt;&lt;P&gt;    ETR | LT-001 | Workday Term Requests         Used to store the requests that need to be held for a future date.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Connections:&lt;/P&gt;&lt;P&gt;    Workday Connection&lt;/P&gt;&lt;P&gt;    ServiceNow Connection&lt;/P&gt;&lt;P&gt;    Slack Connection - either for Workbot or for Slack Connector depending on where you want notifications to go.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps you out.  I will be working on a similar one but for new hire requests from Workday to ServiceNow.  Eventually want to expand this out so it can do App Deprovisioning as part of it as well.  Longer term goal for that.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know if you have any questions!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;  - Dorian Kunzler&lt;/P&gt;&lt;P&gt;    MX &lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2022 23:41:40 GMT</pubDate>
    <dc:creator>dkunzler</dc:creator>
    <dc:date>2022-04-15T23:41:40Z</dc:date>
    <item>
      <title>Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2712#M1238</link>
      <description>&lt;P&gt;Hello Everyone, Hope all are well. I am new to Workato and i am trying to find if there is already a recipe exist for the use cases for employee Termination processing. Would like to see the details and understand. Thank you all.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 00:20:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2712#M1238</guid>
      <dc:creator>rshunmugavelu</dc:creator>
      <dc:date>2022-04-12T00:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2713#M1239</link>
      <description>&lt;P&gt;Hi Raj, do you have more details on what activities your interested to automate when an employee is terminated? We have an accelerator for provisioing and deprovisioning application access..typically used during employee onboarding/offboarding.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 00:30:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2713#M1239</guid>
      <dc:creator>chijie</dc:creator>
      <dc:date>2022-04-12T00:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2714#M1240</link>
      <description>&lt;P&gt;This is an area I have recently been working on in our organization.  Our first phase involved the termination request being kicked off in Workday.  During that Workday sends a request to a Workato webhook endpoint.  In Workato, I check if the request needs to be handled that day, or if it is set for a future date.  If it needs to be processed that day I then create a request in ServiceNow (for IT to pick up and service for account/app deprovisioning - more automation will come to this area later).  For requests that need to be processed at a later date I store the request info in a Lookup Table in Workato.  I have a scheduled job that runs daily to check for entries in the Lookup Table, grabs any of them for the current date and then creates the request in ServiceNow then removes the entries in the Lookup Table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;My process is fairly simple at this point.  We will adding more to this as we go.  I am starting to work with the App Provisioning/Deprovisioning Accelerator now - that Cj mentioned already. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 03:03:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2714#M1240</guid>
      <dc:creator>dkunzler</dc:creator>
      <dc:date>2022-04-12T03:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2715#M1241</link>
      <description>&lt;P&gt;Hi Dorian, Thank you for sharing your details. This is more inclined to my view of the process i was thinking. Would you be kind enough to share the recipe for looking into. Appreciated in avance. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 20:46:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2715#M1241</guid>
      <dc:creator>rshunmugavelu</dc:creator>
      <dc:date>2022-04-12T20:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2716#M1242</link>
      <description>&lt;P&gt;Hi CJ Wee, Thank you for your quick response. What Dorian has stated in his post is more or less I am looking into. We use Workday and Jira for requests. If you can shed more ideas or know of any recipe that would be beneficial. Thank you again.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 20:48:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2716#M1242</guid>
      <dc:creator>rshunmugavelu</dc:creator>
      <dc:date>2022-04-12T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2717#M1243</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2607917"&gt;Raj Shunmugavelu&lt;/A&gt; I can certainly share with you what I have.  When I get a chance I wil get it packaged up so you can import it and take a look.  I just made some changes to it from a request I had from HR.  I will get back with you soon!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 04:29:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2717#M1243</guid>
      <dc:creator>dkunzler</dc:creator>
      <dc:date>2022-04-14T04:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2718#M1244</link>
      <description>&lt;P&gt;Hi Dorian!! I am actually looking into the same thing!  Will this be shared publicly?  Or is there a chance maybe we can all collaborate? &lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 01:41:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2718#M1244</guid>
      <dc:creator>autumn-spinella</dc:creator>
      <dc:date>2022-04-15T01:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2719#M1245</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2607917"&gt;Raj Shunmugavelu&lt;/A&gt; &lt;A href="https://systematic.workato.com/workato-migration/users/2573182"&gt;Autumn Spinella&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hi Raj and Autumn.  Here is the packaged up set of recipes I have for my employee termination requests.  I had looked at posting it in the community recipes, but since this involves 2 Recipes, 2 Functions and a lookup table I wasn't able to share it there as a collection.  So just posting it here for now.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With the Recipes there are:&lt;/P&gt;&lt;P&gt;   ETR | WEB-001 | Workday -&amp;gt; Workato Endpoint     This is a webhook that Workday calls to when a termination is triggered there.  It sends an XML payload to this endpoint to trigger the process.&lt;/P&gt;&lt;P&gt;   ETR | REC-002 | Daily Workday Jobs      This recipe is just a scheduler that kicks off a daily task to check for termination records that are in holding (future date)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Function Recipes:&lt;/P&gt;&lt;P&gt;    ETR | FUNC-001 | Process Term Requests to ServiceNow Tickets        This recipe does the main lifting.  It checks the incoming request and if it is for the current day it processes it and sends it to ServiceNow.  If the request is for a future date it gets saved into the lookup table to be picked up later and processed through the daily scheduled job.&lt;/P&gt;&lt;P&gt;    ETR | FUNC-001 | Process Daily Term Requests    This function is called by the daily schedule recipe and handles the lookup and checking of requests in the look up table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Lookup Table:&lt;/P&gt;&lt;P&gt;    ETR | LT-001 | Workday Term Requests         Used to store the requests that need to be held for a future date.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Connections:&lt;/P&gt;&lt;P&gt;    Workday Connection&lt;/P&gt;&lt;P&gt;    ServiceNow Connection&lt;/P&gt;&lt;P&gt;    Slack Connection - either for Workbot or for Slack Connector depending on where you want notifications to go.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps you out.  I will be working on a similar one but for new hire requests from Workday to ServiceNow.  Eventually want to expand this out so it can do App Deprovisioning as part of it as well.  Longer term goal for that.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know if you have any questions!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;  - Dorian Kunzler&lt;/P&gt;&lt;P&gt;    MX &lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 23:41:40 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2719#M1245</guid>
      <dc:creator>dkunzler</dc:creator>
      <dc:date>2022-04-15T23:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Employee Termination recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2720#M1246</link>
      <description>&lt;DIV class="WordSection1"&gt;&lt;P class="MsoNormal"&gt;Good Afternoon Dorian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Hope you had a great weekend and all is well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Thank you and appreciated very much for sharing your recipes details. I will take a look and if I have questions I will get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Once again thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Raj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;SPAN&gt;***NOTE: This e-mail may contain PRIVILEGED and CONFIDENTIAL information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not an intended recipient of this e-mail, you are hereby notified that any unauthorized use, dissemination or copying of this e-mail or the information contained in it or attached to it is strictly prohibited. If you have received this e-mail in error, please delete it and immediately notify the person named above by reply e-mail. Thank you.***&lt;/SPAN&gt;</description>
      <pubDate>Tue, 19 Apr 2022 00:58:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/employee-termination-recipe/m-p/2720#M1246</guid>
      <dc:creator>rshunmugavelu</dc:creator>
      <dc:date>2022-04-19T00:58:18Z</dc:date>
    </item>
  </channel>
</rss>

