| 47 | |
| 48 | === Data Model === |
| 49 | |
| 50 | Data 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 | |
| 59 | Changes 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 | |