<?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>Task Assignment between two application</title><link>https://community.appian.com/discussions/f/process/35211/task-assignment-between-two-application</link><description>There are two applications Application A and Application B. 
 Application A has Group A and Application B has Group B. 
 First the task is assigned to Group A. 
 When a user from Group A completes the task then the task should be assigned to Group B which</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136748?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 09:39:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d35cad26-3e6c-4247-b6de-c5c8a0d68bd6</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You&amp;#39;ll have to be careful here not to create a circular dependency. If Application A calls a process in Application B and then Application B calls a process in Application A you&amp;#39;ll have problems deploying those Applications to higher environments because each will have a dependency on the other.&lt;/p&gt;
&lt;p&gt;One way around this is to decouple the two and have them call each other via WebAPIs which are only resolved at run-time. So Application A will call a WebAPI exposed by Application B and that WebAPI can start the relevant process to create the required Task. And if you need to do the reverse then again use a WebAPI to do this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136747?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 08:58:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:215c93a6-7016-4c15-b7cd-d3954fdc8fe3</guid><dc:creator>ankits7238</dc:creator><description>&lt;p&gt;you can use the start process smart service or subprocess&lt;br /&gt;in the subprocess, you can call the application B Process model&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136730?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 06:02:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61c666d6-9298-4ffe-b5d0-dbe6ed0002f0</guid><dc:creator>Vicky Rudraram</dc:creator><description>&lt;p&gt;Ok, I&amp;#39;ll try that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136729?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 05:59:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb056e5f-346a-4328-a9c8-ee70b557ca18</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is confusing ....&lt;/p&gt;
&lt;p&gt;Did you try to just start the process in B from the process in A?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136728?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 05:49:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ed196d8-1d7f-430c-bc91-43c7f6cb8042</guid><dc:creator>Vicky Rudraram</dc:creator><description>&lt;p&gt;In Application A, once a user from Group A completes the task then that flow gets completed.&lt;/p&gt;
&lt;p&gt;Tasks to Group A and Group B are not in the same flow.&lt;/p&gt;
&lt;p&gt;For Group B there is an another process model which is in Application B.&lt;/p&gt;
&lt;p&gt;I need to pass the task details from Application A to Application B so as to assign it to the Group B.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136726?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 05:30:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e45c406-d7d4-4aba-97bf-9dab36dcdad5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That&amp;#39;s simple. Just assign the task to that group. There is no wall between applications, other than security settings.&lt;/p&gt;
&lt;p&gt;I would create a group in App A and assign the task to that new group. Then make the group from App B a member of that new group. This way, you have clear a assignment approach inside App A, but can still include users or groups from the other app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task Assignment between two application</title><link>https://community.appian.com/thread/136725?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 05:24:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ce5a8af-9fd5-4adb-ac2d-2fa60a015ac2</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;If you are using UIT/DB approach you can assign the task to Group B from Group A but you need to give the permissions correctly if the user is basic user with designer access. to view the data in Application A for Group B user.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>