コード例 #1
0
        public void WorkFlowSubmitTest()
        {
            ProcessNodeInstance pni      = ProcessNodeInstanceAdapter.Instance.GetModelByID("67C69C34-AE8F-43FD-8D2D-9F90D8475133");
            WorkflowInstance    instance = new WorkflowInstance("2367b136-88eb-4add-93c5-1949b2c9f27d");

            instance.DoSubmit("提交测试1", pni);
        }