获得当前流程的信息:

BPMProcess process = Context.Current.Process;

通常用于在通知模板中插入流程名。

流程名

string processName = Context.Current.Process.Name;

流程版本

Version version = Context.Current.Process.Version;

Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation