| 75 | | === Data Model === |
| 76 | | |
| 77 | | Data Model Blueprint: msg_workflow |
| 78 | | |
| 79 | | ||= Field Name =||= Purpose =||= Datatype/table =|| |
| 80 | | ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.|| |
| 81 | | ||workflow_task_id||Parsing Workflow||String corresponding to name of the parsing function.|| |
| 82 | | ||s3.meta_fields()|| ||metadata|| |
| 83 | | |
| 84 | | |
| 85 | | |
| 86 | | Changes in msg_log: |
| 87 | | |
| 88 | | ||= Field Name =||= Purpose =||= Datatype/table =|| |
| 89 | | ||is_parsed||Parsing Status of Inbound Messages||Boolean|| |
| 90 | | ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.|| |
| 91 | | |