can't find id action in pm

bill

Client
Регистрация
05.07.2014
Сообщения
355
Благодарностей
9
Баллы
18
I copied the id action from zp log but i cannot find it by searching in PM.

the error is
runhtml error

action id is
2f924998-b82c-40e6-b757-f5e20119c88e

I need to figure out what the error is because it's interrupting workflow.
 

HuangXiangCai(黄祥财)

Administrator
Команда форума
Регистрация
03.10.2012
Сообщения
21
Благодарностей
14
Баллы
3
Try the code in C# for check the last error id:

var error = project.GetLastError();
var tmp = "";
if(error != null)
tmp = string.Format("ActionComment: {0}.\r\nActionGroupId: {1}.\r\nActionId: {2}", error.ActionComment, error.ActionGroupId, error.ActionId);

return tmp;
 

Вложения

  • Спасибо
Реакции: bill

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)