TMOXML™ (under development and testing)
This is how tasks are modeled for General Purposes™ Nodes™ web applications. The TMOXML .task file is created and managed automatically by the node’s task manager API. However if you ever need to create one manually or programmatically, this is the TMOXML .task file format specification.
Example:
<tasks batch="{.task file handle}"> <task> <description>{comments}</description> <last_performed>{ISO 8601 FORMAT}</last_performed> <schedule> <activate>{ISO 8601 FORMAT}</activate> <expire>{ISO 8601 FORMAT}</expire> <frequency>3600</frequency> <every>SUN,MON,TUE,WED,THU,FRI,SAT,DEC31,etc</every> </schedule> <workflow> <![CDATA[{TerraDctl Shortcodes and/or PHP}]]> </workflow> </task> </tasks>