m_sParentDialogName = ui:getDialogVar('dialog_name');
ui:getDialogHelp('fault_flow_help', m_helpFaultFlow);
if m_helpFaultFlow:size() == 0 then
ui:msg('警告', '自定义流程未获取到流程信息!', 5000, false);
return;
end
m_sFaultID = m_helpFaultFlow:vs(0, 'fault_id');
local uiOutIt = CIntent();
uiOutIt:setHelp('help', m_helpFaultFlow);
ui:sendDialogCommand(m_sParentDialogName, 'pre_flow', uiOutIt:toString());
local uiOutIt = CIntent();
uiOutIt:setHelp('help', m_helpFaultFlow);
ui:sendDialogCommand(m_sParentDialogName, 'next_flow', uiOutIt:toString());
local uiOutIt = CIntent();
ui:sendDialogCommand(m_sParentDialogName, 'report_finish', uiOutIt:toString());