Changes between Version 13 and Version 14 of BluePrint/WorkflowSupport


Ignore:
Timestamp:
08/01/13 13:46:32 (11 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/WorkflowSupport

    v13 v14  
    4848
    4949== Design ==
     50
     51=== Data Model ===
     52
     53Holds 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||
    5061=== Flow Diagram ===
    5162