can't find id action in pm

  • Автор темы Автор темы bill
  • Дата начала Дата начала

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.
 
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

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