コード例 #1
0
        public int RegisterWait(WfContent content, string bookMarkName)
        {
            var myGuid     = _instance.Id;
            var wfNodePath = WorkflowInstancePath;

            return(InstanceManager.RegisterWait(content.Id, myGuid, bookMarkName, wfNodePath));
        }
コード例 #2
0
 public int RegisterWait(WfContent content, string bookMarkName)
 {
     var myGuid = _instance.Id;
     var wfNodePath = WorkflowInstancePath;
     return InstanceManager.RegisterWait(content.Id, myGuid, bookMarkName, wfNodePath);
 }