<?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: Workflow Builder + Add-Ins in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637855#M83574</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;any chance you have an example of writing some custom jsl to the enhanced log?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 12:36:10 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2023-06-01T12:36:10Z</dc:date>
    <item>
      <title>Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/573958#M78297</link>
      <description>&lt;P&gt;How can I enable the Workflow Builder&amp;nbsp; to record actions from Add-Ins like:&lt;/P&gt;
&lt;P&gt;- Custom Date Format Writer&amp;nbsp;&lt;LI-MESSAGE title="Data Table Tools Add-in" uid="28582" url="https://community.jmp.com/t5/JMP-Add-Ins/Data-Table-Tools-Add-in/m-p/28582#U28582" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- rename columns &amp;nbsp;&lt;LI-MESSAGE title="Scripting Tools" uid="410943" url="https://community.jmp.com/t5/JMP-Add-Ins/Scripting-Tools/m-p/410943#U410943" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMPer-Cable/How-the-new-Workflow-Builder-in-JMP-17-will-save-you-time/bc-p/571602/highlight/true#M808" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMPer-Cable/How-the-new-Workflow-Builder-in-JMP-17-will-save-you-time/bc-p/571602/highlight/true#M808&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:03:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/573958#M78297</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-09T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/573991#M78301</link>
      <description>&lt;P&gt;Workflow Builder captures steps based on JSL that is recorded in the JMP log. For JMP's interactive actions from menus/platforms, this works because JMP's internal action recording knows how to generate the equivalent JSL to your interactive actions and writes it to the log. &lt;STRIKE&gt;For Workflow Builder to work for an Add-In, the developer of the Add-Ins would need to add code to write the equivalent JSL of the actions it takes to the log so that Workflow Builder can pick up that JSL and build a step. I do not know of any Add-Ins that do this right now, but this would be a good best practice going forward for developers.&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;my mistake, Workflow Builder in fact does not automatically capture JSL executed from a script right now. The Add-In would need to call Save to Workflow in the Enhanced Log after generating the equivalent JSL for whatever action is performed by the Add-In.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:54:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/573991#M78301</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2022-11-28T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/574019#M78303</link>
      <description>&lt;P&gt;I was going to ask if it is even possible to send scripts to workflow's history but I think JMP provided me an answer by crashing (or rather just closing).&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open Workflow Builder, Enhanced Log and Script window (no embedded log).&lt;/LI&gt;
&lt;LI&gt;Run simple script such as &lt;EM&gt;Open("$SAMPLE_DATA/Big Class.jmp")&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Add it to workflow&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1669652719174.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47685i3D1BA49BD438EB76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1669652719174.png" alt="jthi_0-1669652719174.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;JMP will close/crash&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Using Windows 10 with JMP17 Pro.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:32:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/574019#M78303</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-28T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/574022#M78304</link>
      <description>&lt;P&gt;Same behavior on the Mac, I just submitted it as a defect so we can get that fixed. Thanks for catching that!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:41:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/574022#M78304</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2022-11-28T16:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637580#M83536</link>
      <description>&lt;P&gt;Wish to get at least some info about addIn calls into Woskflows:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/583109" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/583109&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;minimum: a comment that the addin was called, but not recorded&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 22:01:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637580#M83536</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-05-31T22:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637855#M83574</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;any chance you have an example of writing some custom jsl to the enhanced log?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:36:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637855#M83574</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-06-01T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637868#M83575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6657"&gt;@ih&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Unfortunately, at present (JMP 17.1) there is not a way to have Workflow Builder pick up jsl items from the enhanced log that originated from a script window or Add-In. We are working on a general fix in 18 so that this will be possible.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:40:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/637868#M83575</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2023-06-01T13:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/638038#M83591</link>
      <description>&lt;P&gt;it could help to&lt;LI-MESSAGE title="add builtin &amp;quot;Recall&amp;quot; message to all Windows created by &amp;quot;New Window&amp;quot;" uid="50963" url="https://community.jmp.com/t5/JMP-Wish-List/Add-builtin-quot-Recall-quot-message-to-all-Windows-created-by/m-p/50963#U50963" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;SPAN&gt;&amp;nbsp;following&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3341"&gt;@thomasz&lt;/a&gt;&amp;nbsp;wish.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of it is already available: The&amp;nbsp; Recall Script by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4530"&gt;@MikeD_Anderson&lt;/a&gt;&amp;nbsp;:&lt;BR /&gt;&lt;LI-MESSAGE title="Recall Function Library" uid="49462" url="https://community.jmp.com/t5/JMP-Scripts/Recall-Function-Library/m-p/49462#U49462" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further on:&lt;/P&gt;&lt;P&gt;If Jmp provides an official way to store GUI settings, the settings could be accessed&lt;/P&gt;&lt;P&gt;1) either to fill the Gui again - via a Recall button&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) to run the Add-In action directly - just piping the settings from the Associative Array of the Recall function to the Add-In.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And an&amp;nbsp; autorun=0/1 flag could control if 1) or 2):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) default: autorun=0;&lt;BR /&gt;run the add-in -&amp;gt; GUI (with a&amp;nbsp; Recall button)&lt;/P&gt;&lt;P&gt;2) first set autorun-flag=1 in the Namespace of the add-in&lt;BR /&gt;run the add-in -&amp;gt; no GUI needs to be opened -&amp;gt; the action is directly executed, taking the settings from the stored Recall values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last step: add a history to the Recall function:&lt;BR /&gt;&lt;LI-MESSAGE title="Recall: add a history functionality" uid="609857" url="https://community.jmp.com/t5/JMP-Wish-List/Recall-add-a-history-functionality/m-p/609857#U609857" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:12:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/638038#M83591</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/808453#M98789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed in JMP18: the execution of scripts gets recorded now. This is great.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1729943753925.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69537i4E7B9036B34B51AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1729943753925.png" alt="hogi_0-1729943753925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, triggering an AddIn /&amp;nbsp; command via the Main Menu isn't recorded by default.&lt;/P&gt;&lt;P&gt;Where can I enable it.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2024 12:00:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/808453#M98789</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-10-26T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809270#M98908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;That's correct, menu items selected interactively are not captured by action recording/workflow builder, and so interactively selecting a menu item created by an Add-In also won't get recorded. You could create that step manually in WFB using MainMenu("menu item name"). I certainly recognize the value if it were captured automatically, so we can explore this, but it's important to know that because of the way action recording is done internally it's not as easy as just "enabling" the recording of a menu selection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 13:43:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809270#M98908</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2024-10-30T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809271#M98909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;, thank you for the feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe - instead of finding a way how to record the execution of existing addins - add some helper functions which allow JSL coders to develop &lt;U&gt;recordable AddIns?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several colleagues who are willing to start recording their workflows via Workflow Builder - but they are no professional coders, so for them it's not possible to add the missing steps. At the moment, any step which involves an AddIn is a killer for them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a short term workaround:&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;, Do you see any possibility to detected (not: record) the execution of commands via the main menu?&lt;/P&gt;&lt;P&gt;Workflow Builder will get much more useful when it gets the possibility to add "dummy" workflow steps like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;a window informs the user that some manual steps are necessary.&lt;BR /&gt;&amp;nbsp;&lt;EM&gt; &amp;nbsp;"Please click OK when you finished the manual steps".&lt;/EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;main workflow ist paused&lt;BR /&gt;- in parallel, the AddIn/manual step is triggered, e.g. via&amp;nbsp;&lt;FONT face="courier new,courier"&gt;main menu("menu item")&lt;BR /&gt;&lt;/FONT&gt;[the user can apply the manual steps - and take as much time as needed]&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;after clicking on OK, the workflow will continue with the next step.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:07:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809271#M98909</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-10-30T14:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809930#M99158</link>
      <description>&lt;P&gt;Wow, the workframe for&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;a window informs the user that some manual steps are necessary.&lt;BR /&gt;&amp;nbsp;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;"Please click OK when you finished the manual steps".&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;LI&gt;after clicking on OK, the workflow will continue with the next step.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;is already there:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1731006727164.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69949i0163A59E7BF4433F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1731006727164.png" alt="hogi_0-1731006727164.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A MODELESS window, which pauses the execution of a Scripted Workflow .&lt;BR /&gt;&lt;BR /&gt;Amazingly useful - many many thanks to the invetors : )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 19:13:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809930#M99158</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-07T19:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Builder + Add-Ins</title>
      <link>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809931#M99159</link>
      <description>&lt;P&gt;Very helpful functionality in combination with the trick :)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Multiple File Import(
	&amp;lt;&amp;lt;Set Use File List( 1 )
) &amp;lt;&amp;lt; create window();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;source:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Abstracts/Using-Point-and-Click-and-Basic-Code-Cracking-Skills-to-Import/ev-p/776106" target="_blank" rel="noopener"&gt;Using-Point-and-Click-and-Basic-Code-Cracking-Skills-to-Import/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13754"&gt;@wendytseng&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/45164"&gt;@monique_lander&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 19:18:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Workflow-Builder-Add-Ins/m-p/809931#M99159</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-07T19:18:54Z</dc:date>
    </item>
  </channel>
</rss>

