Hello!
Start here!
Demo installation(currently closed due to spam bots)
Download
Loki Semantic Wiki
BiFröST Framework
- About BiFröST (in progress…)
- Plugins:
{
events:{
start:{
se: “Entering the shop”
},
end:{
ee: “Getting out of the shop”
}
},
activities:{
a: {
name: “Collectiong all stuff”,
type: manual,
events:{
start:{
se1: “Entering food department”
},
end:{
ee1: “All stuffed collected”
}
},
activities:{
aa1: “Taking bread”,
aa2: “Taking butter”,
aa3: “Taking cheese”
},
gateways:{
g1:{
type:parallel
},
g2:{
type:parallel
}
},
flow:{
f1:[se1,aa1],
f2:[aa1,g1],
f3:[g1,aa2],
f4:[g1,aa3],
f5:[aa2,g2],
f6:[aa3,g2],
f7:[g2,ee1]
}
},
b: “Paying”
},
flow:{
f1: [se,a],
f2: [a,b],
f3: [b,ee]
}
}