<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to taskNotation</title><link>https://sourceforge.net/p/coils/wiki/taskNotation/</link><description>Recent changes to taskNotation</description><atom:link href="https://sourceforge.net/p/coils/wiki/taskNotation/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Mar 2014 17:48:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/taskNotation/feed" rel="self" type="application/rss+xml"/><item><title>taskNotation modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/taskNotation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -46,4 +46,4 @@
         'action': 'archive', }
     )

-Putting a taskNotation entity to the server via zOGI putObject make a comment on the [Task] and potentially changes it's status.
+Putting a taskNotation entity to the server via [zOGI putObject](zogi.putObject) make a comment on the [Task] and potentially changes it's status.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Fri, 21 Mar 2014 17:48:37 -0000</pubDate><guid>https://sourceforge.net1e1a4f940832763577b29be3bbc5b312bc86f516</guid></item><item><title>taskNotation modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/taskNotation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -26,6 +26,10 @@
    Attribute           | Legacy | Level |Data Type      | Write |Description
    ------------------- |------- |------ |-------------- |------ |------------
    objectId            | NO     |  0    | integer (objectId) | NO    |
+   entityName          | YES    | n/a   | string | NO |
+   taskObjectid        | YES    | n/a   | integer (objectId) | NO    |
+   comment             | YES    | n/a   | string | YES |
+   action              | YES    | n/a   | string | YES |

 ###Flags

@@ -34,3 +38,12 @@
    n/a | |

 ###Example
+
+    task = rpc2_server.zogi.putObject({
+        'entityName': 'taskNotation',
+        'taskObjectId': task['objectId'],
+        'comment': 'Administrative archive; user account defunct',
+        'action': 'archive', }
+    )
+
+Putting a taskNotation entity to the server via zOGI putObject make a comment on the [Task] and potentially changes it's status.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Fri, 21 Mar 2014 17:48:07 -0000</pubDate><guid>https://sourceforge.net1ad42f437f3791401371eed605c3c1f3cfc05842</guid></item><item><title>taskNotation modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/taskNotation/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="alink" href="/p/coils/wiki/Model/"&gt;[Model]&lt;/a&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#taskaction-tasknotation"&gt;TaskAction / TaskNotation&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#changes"&gt;Changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#related-bugs"&gt;Related Bugs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#properties"&gt;Properties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#omphalos"&gt;Omphalos&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#flags"&gt;Flags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example"&gt;Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="taskaction-tasknotation"&gt;TaskAction / TaskNotation&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;TBD&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="changes"&gt;Changes&lt;/h2&gt;
&lt;p&gt;n/a&lt;/p&gt;
&lt;h2 id="related-bugs"&gt;Related Bugs&lt;/h2&gt;
&lt;p&gt;n/a&lt;/p&gt;
&lt;h2 id="properties"&gt;Properties&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;object_id&lt;/td&gt;
&lt;td&gt;Integer (objectId)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="omphalos"&gt;Omphalos&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Attribute&lt;/th&gt;
&lt;th&gt;Legacy&lt;/th&gt;
&lt;th&gt;Level&lt;/th&gt;
&lt;th&gt;Data Type&lt;/th&gt;
&lt;th&gt;Write&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;objectId&lt;/td&gt;
&lt;td&gt;NO&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;integer (objectId)&lt;/td&gt;
&lt;td&gt;NO&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="flags"&gt;Flags&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Flag&lt;/th&gt;
&lt;th&gt;ACL Char.&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="example"&gt;Example&lt;/h3&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 14 Nov 2013 12:45:16 -0000</pubDate><guid>https://sourceforge.netf5cdf8522c0ec555d0f0733cb999985c4ace56bd</guid></item></channel></rss>