User Tools

Site Tools


Sidebar

Hello!

Start here!

Download

Loki Semantic Wiki

BiFröST Framework

Semantic Business Platform

BPWiki

SBVRwiki

Other Projects



docs:bpwiki:callactivity_example
{
	events:{
		start:{
			se: {
				name:“Receive order”,
				type: message
			}
		},
		end:{
			ee: “End”
		}
	},
	activities:{
		a: {
			name: “Check credit”,
			activityType: call,
			markers: [subprocess]
		},
		b:{
			name:“Prepare and give order”
		}
	},
	flow:{
		f1: [se,a],
		f2: [a,b],
		f3: [b, ee]
	}
}


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