public void WorkFlowRejectTest()
        {
            //ProcessNodeInstance pni = ProcessNodeInstanceAdapter.Instance.GetModelByID("CB0A8866-6A48-407F-B20A-198BBB136210");
            WorkflowInstance instance = new WorkflowInstance("2367b136-88eb-4add-93c5-1949b2c9f27d");

            instance.Reject("提交测试1", 111);
        }