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");