User Tools

Site Tools


Sidebar

Hello!

Start here!

Download

Loki Semantic Wiki

BiFröST Framework

Semantic Business Platform

BPWiki

SBVRwiki

Other Projects



docs:bpwiki:subprocessinside_example
{
	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]
	}
}


docs/bpwiki/subprocessinside_example.txt · Last modified: 2022/03/23 16:59 (external edit)