Redis Structure
From BPMspace WIKI
Contents |
process:[GUID]:attribute:guid
- type= string [data types intro]
- possible values=
- description
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:attribute:guid
- exapmle content value=1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190
process:[GUID]:attribute:name
- type= string [data types intro]
- possible values=
- description
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:attribute:name
- exapmle content value=Simple_Test_Process
process:[GUID]:attribute:status
- type= string [data types intro]
- possible values= 1,2,3,4 where 1= new, 2=designed,3=activ,4inactiv
- description
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:attribute:status
- exapmle content value= 1
process:[GUID]:Process_Description:status.[ID]:activity.out
- type= string [data types intro]
- possible values= [integer]
- description= the values is the integer of the following activity
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:Process_Description:status.1:activity.out
- exapmle content value= 1
process:[GUID]:Process_Description:status.[ID]:name
- type= string [data types intro]
- possible values= [integer]
- description=
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:Process_Description:status.1:name
- exapmle content value= new
process:[GUID]:Process_Description:activity.[ID]:status.out
- type= string [data types intro]
- possible values= [integer]
- description= the values is the integer of the following status. if it is more then on ethe IDs are seperetaet by a "-"
- example key= process:1ffbc4d4-5276-ead4-5d4b-03fcd8fc9190:Process_Description:activity.1:status.out
- exapmle content value= 1-4-5