<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=CreateTaskspecified_task_resource_template</id>
	<title>CreateTaskspecified task resource template - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=CreateTaskspecified_task_resource_template"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=CreateTaskspecified_task_resource_template&amp;action=history"/>
	<updated>2026-04-22T10:34:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=CreateTaskspecified_task_resource_template&amp;diff=24049&amp;oldid=prev</id>
		<title>Cg_pham: Created page with &quot;== createTask ==  Creates a new task using specified task resource template and assign Manager role to the responsible resource, returns the new task&#039;s UniqueId.   &#039;&#039;&#039;Syntax&#039;&#039;&#039;  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=CreateTaskspecified_task_resource_template&amp;diff=24049&amp;oldid=prev"/>
		<updated>2012-02-17T06:59:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== createTask ==  Creates a new task using specified task resource template and assign Manager role to the responsible resource, returns the new task&amp;#039;s UniqueId.   &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== createTask ==&lt;br /&gt;
&lt;br /&gt;
Creates a new task using specified task resource template and assign Manager role to the responsible resource, returns the new task&amp;#039;s UniqueId. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
createTask(taskName, parentUniqueId, responsibleUniqueid, description, taskResourceTemplateId) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
taskName: Is a string expression. It is the name of the new task.&lt;br /&gt;
*parentUniqueId: Is a numeric (non-decimal) expression. It is the UniqueId of the parent resource.&lt;br /&gt;
*responsibleUniqueId: Is a numeric (non-decimal) expression. It is the UniqueId of the responsible resource. It can be empty.&lt;br /&gt;
*description: Is a string expression. It is the description of the new task.&lt;br /&gt;
*taskResourceTemplateId: is a numeric (non-decimal) expression. It is the id of the task resource template.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Return type&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
number &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
//create a new task &lt;br /&gt;
&lt;br /&gt;
createTask(&amp;quot;TaskCreateTest&amp;quot;, 104371, 25455, &amp;quot;Testing task create method&amp;quot;, 57); &lt;br /&gt;
&lt;br /&gt;
or createTask(&amp;quot;TaskCreateTest&amp;quot;, 104371, empty, &amp;quot;Testing task create method&amp;quot;, 57); &lt;br /&gt;
&lt;br /&gt;
//return: 2188468 &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Availability&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Version 5.4 &lt;br /&gt;
&lt;br /&gt;
[[Category:Task_Functions]]&lt;/div&gt;</summary>
		<author><name>Cg_pham</name></author>
	</entry>
</feed>