Aaron Cronje

Aaron Cronje

  • NA
  • 256
  • 256.8k

Workflow Event

Nov 21 2011 12:24 PM
Hi

  I am working Workflow and use the code activity in our application. When we initialise the code with console.WriteLine then at this time Event runtime_workflowidled is show. What is the runtime_workflowidled Event. and define which type of namespace use for console.WriteLine.

Code :

static void runtime_WorkflowIdled(object sender, WorkflowEventArgs e)
{
Console.WriteLine("Workflow idled");
}
static void runtime_WorkflowCreated(object sender,
WorkflowEventArgs e)
{
Console.WriteLine("Workflow created");

Answers (1)