part 'drone in delivery mission' {
perform action ::> 'deliver goods';
/* or */
perform action references 'deliver goods';
}
action 'deliver goods' {
action 'start mission';
action 'fly to destination';
first 'start mission' then 'fly to destination' ;
}