取得當前流程的資訊:
BPMProcess process = Contex.Current.Process;
通常用於在通知範本中插入流程名。
流程名
string processName = Context.Current.Process.Name;
流程版本
Version version = Context.Current.Process.Version;