<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/discussions/f/user-interface/39823/take-action-on-taskitem-without-actually-opening-it-integrate-appian-with-cafexui</link><description>We have a requirement to integrate our appian workflow to cafexUI where that UI will get the active taskitems in the form of report and when they open and action any record the relevant taskitem in appian should be closed and the process model should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152197?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 05:44:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4464e004-503c-49ec-835a-6bda3b065165</guid><dc:creator>Sameer Ul Haq</dc:creator><description>&lt;p&gt;Any properly example to understand the flow or elaborated explanation will be really helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152045?ContentTypeID=1</link><pubDate>Thu, 16 Oct 2025 04:41:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5661e612-c87d-41cb-8048-75a16f1f7dd0</guid><dc:creator>Sameer Ul Haq</dc:creator><description>&lt;p&gt;I need the example for this to understand. Please share any working example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152037?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 12:12:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03db36fc-fa58-4d64-afbd-d82ba3292267</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is not a good pattern to follow.&lt;/p&gt;
&lt;p&gt;I suggest to go with a process based approach where a process sends the required &amp;quot;task&amp;quot; information to that other system. The other system then makes an API call to Appian to start the next phase in the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152034?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 11:41:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2c5c603f-b640-4e07-b20f-93f2ebf8213f</guid><dc:creator>Sameer Ul Haq</dc:creator><description>&lt;p&gt;We are using completetask smartservice only but we need error handling technique when task is actioned but later got reopened because there was an error in next integrationnode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152032?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 11:10:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5019786d-e40a-4acc-af69-9d0973cc58b9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Are you sure this is a good way? Do you need these user input tasks? I this CafexUI the only way to complete a task?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/152018?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2025 05:59:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b6e9c52-25fd-44c7-a74a-d64b3c284e00</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Run the integration first, and only call a!completeTask() if it succeeds else return an error.&lt;br /&gt;Or decouple it by triggering a child process post-task for integration with independent error handling and retries.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Take Action on taskitem without actually opening it. Integrate Appian with CafexUI</title><link>https://community.appian.com/thread/151988?ContentTypeID=1</link><pubDate>Tue, 14 Oct 2025 06:11:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0223817c-123c-49cf-ab09-a3069692afa4</guid><dc:creator>Sameer Ul Haq</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!completeTask(
  taskId: tointeger(a!fromJson(http!request.body).taskId),
  taskInputs: rule!PM_ICC_GetTaskInputs(http!request.body),
  onSuccess: a!httpResponse(
    statusCode: 200,
    body: &amp;quot;Task completed successfully.&amp;quot;
  ),
  onError: a!httpResponse(
    statusCode: 500,
    body: &amp;quot;Failed to complete task.&amp;quot;
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>