Changes between Version 18 and Version 19 of BluePrint/Messaging/Parsing


Ignore:
Timestamp:
06/28/12 19:03:23 (13 years ago)
Author:
Ashwyn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parsing

    v18 v19  
    4545}}}
    4646''tbc''
     47
     48=== Data Model ===
     49
     50Data Model Blueprint: msg_workflow
     51
     52||= Field Name =||= Purpose =||= Datatype/table =||
     53||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.||
     54||workflow_task_id||Parsing Workflow||String corresponding to name of  the parsing function.||
     55||s3.meta_fields()|| ||metadata||
     56
     57
     58
     59Changes in msg_log:
     60
     61||= Field Name =||= Purpose =||= Datatype/table =||
     62||is_parsed||Parsing Status of Inbound Messages||Boolean||
     63||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.||
     64
     65
    4766== Use Cases ==
    4867This will be used by at least [wiki:BluePrintCERT CERT] & [wiki:Deployments/TzuChi Tzu Chi].