Abstract structures¶
Tasks¶
Tasks are for anything that takes some time and has a defined outcome
Fields
Type nameString describing the kind of actionInstance idUnique id for this particular instance of the type. Could also be a goal description.Start timeUsually in millisecondsEnd timeStateUsually at least success/failure, but can be any descriptive string
RML has some tools that operate on tab-separated value files containing these fields in exactly that order. Be sure that you're really using tab-separation, not spaces!