Ejemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     var wfService = new WorkflowService();
     var count = wfService.GetProcessInstanceCount("5c5041fc-ab7f-46c0-85a5-6250c3aea375", "1");
     MessageBox.Show(count.ToString());
 }