<?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>idea Documentation on how to create a Custom activity in Adobe Campaign Classic Ideas</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idi-p/362527</link>
    <description>&lt;P&gt;Right now i don't see any documentation on how you can create your own custom workflow activity. So people are going in and writing java script code to have that functionality implemented.&lt;BR /&gt;&lt;BR /&gt;It will be great to have some kind of documentation to follow on how to create the custom activity the right way and what should be the best practices to create any activity.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2020 13:33:50 GMT</pubDate>
    <dc:creator>Manoj_Kumar_</dc:creator>
    <dc:date>2020-05-18T13:33:50Z</dc:date>
    <item>
      <title>Documentation on how to create a Custom activity</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idi-p/362527</link>
      <description>&lt;P&gt;Right now i don't see any documentation on how you can create your own custom workflow activity. So people are going in and writing java script code to have that functionality implemented.&lt;BR /&gt;&lt;BR /&gt;It will be great to have some kind of documentation to follow on how to create the custom activity the right way and what should be the best practices to create any activity.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 13:33:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idi-p/362527</guid>
      <dc:creator>Manoj_Kumar_</dc:creator>
      <dc:date>2020-05-18T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation on how to create a Custom activity</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/362574#M142</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Making workflow activities is fairly straightforward: Find an activity that has features you need, e.g. outgoing transitions with schema alteration, then look through the underlying js to see how it works. I usually reference crm connector activity as it has a lot of useful features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 18:10:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/362574#M142</guid>
      <dc:creator>Jonathon_wodnicki</dc:creator>
      <dc:date>2020-05-18T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation on how to create a Custom activity</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/368771#M146</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="11280283"&gt;&lt;/LI-USER&gt;, I am wondering the same as&amp;nbsp;&lt;LI-USER uid="16614846"&gt;&lt;/LI-USER&gt;. Could you please elaborate your suggested solution with more details?&lt;BR /&gt;I have duplicated a js-workflow-activity, but how do I make my own content? Where can I find the source of this content?&lt;BR /&gt;forms--&amp;gt;xtk:workflow:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;      &amp;lt;container img="xtk:workflow16x16.png" label="Actions" name="tools"&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-delivery.png" xpath="delivery"/&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-control-delivery.png" xpath="controlDelivery"/&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-notification.png" xpath="notification"/&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-localValidation.png" label="Local approval"
               xpath="localValidation"/&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-content.png" xpath="content"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('nms:federatedDataAccess')" img="nms:miniatures/mini-dbImport.png"
               xpath="dbImport"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('nms:federatedDataAccess')" img="nms:miniatures/mini-soapImport.png"
               xpath="soapImport"/&amp;gt;
        &amp;lt;input img="nms:miniatures/mini-fileImport.png" xpath="fileImport"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-fileExport.png" xpath="fileExport"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-execsql.png" xpath="sql"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('nms:federatedDataAccess')" img="xtk:miniatures/mini-execsql.png"
               xpath="sqlDM"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-script.png" xpath="js"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-script.png" xpath="js"/&amp;gt;&amp;lt;!--TEST--&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-script.png" xpath="jsx"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-exec.png" xpath="nlmodule"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-import.png" xpath="import"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-export.png" xpath="export"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('crm:connectors')" img="crm:crm/mscrm/mscrm_logo_16x16.png"
               xpath="mscrmWorkflow"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('crm:connectors')" img="crm:crm/ood/ood_logo_16x16.png"
               xpath="oodWorkflow"/&amp;gt;
        &amp;lt;input applicableIf="HasPackage('crm:connectors')" img="crm:crm/sfdc/sfdc_logo_16x16.png"
               xpath="sfdcWorkflow"/&amp;gt;
        &amp;lt;input img="xtk:miniatures/mini-buildAggregate.png" xpath="buildAggregate"/&amp;gt;
      &amp;lt;/container&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukkyluke_0-1593585037014.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/25120i05336B5215891492/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="lukkyluke_0-1593585037014.png" alt="lukkyluke_0-1593585037014.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 06:31:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/368771#M146</guid>
      <dc:creator>lukkyluke</dc:creator>
      <dc:date>2020-07-01T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation on how to create a Custom activity</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/369160#M147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input fields you pasted reference form xpath's within xtk:workflow.&lt;/P&gt;&lt;P&gt;The content would follow from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 04:00:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/369160#M147</guid>
      <dc:creator>Jonathon_wodnicki</dc:creator>
      <dc:date>2020-07-05T04:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation on how to create a Custom activity - Status changed to: Declined</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/383392#M164</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This feature does not have very&amp;nbsp;generic or standard usage. It is&amp;nbsp;not an out of the box functionality and hence, requires Adobe Consulting to be involved. This is the reason why it’s not publicly documented.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:17:15 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/documentation-on-how-to-create-a-custom-activity/idc-p/383392#M164</guid>
      <dc:creator>Sukrity_Wadhwa</dc:creator>
      <dc:date>2021-02-03T10:17:15Z</dc:date>
    </item>
  </channel>
</rss>

