| 50 | |
| 51 | === Data Model === |
| 52 | |
| 53 | Holds the workflow current status, data , user id etc. The data model can be found in modules/s3db/workflow.py.[[BR]]Table name--> workflow_status.[[BR]] |
| 54 | |
| 55 | ||'''Field Name'''||'''Purpose'''||'''Datatype/table'''|| |
| 56 | || User_id ||The user id of the user who started the workflow||FK referenced from auth.user_id (integer)|| |
| 57 | ||Status|| The current status of the workflow ||string|| |
| 58 | ||Data||The workflow data(these can be json serialised objects)||json|| |
| 59 | ||name||The workflow name||string|| |
| 60 | || s3.meta_fields()|| ||metadata|| |