使用以下方法取得簽核意見:
string comments = Context.Current.Comments; //本次處理的簽核意見
string comments = Context.Current.Step.Comments; //當前步驟簽核意見
效果不完全相同,比如部長審批時,輸入意見,按同意,進入經理審批。
■ 方法一,在部長審批、經理審批步驟均可取得。
■ 方法二,在部長審批步驟可以取得,在經理審批步驟上為空;