HI, I need to log all the task names and its corresponding status in a Log file.. I get list of tasks for a workflow using the below code..[html]CSWorkflowEvent[] workflowEvents = job.getEvents();jobDetails.append("\n Task: ").append(workflowEvents.getName());[/html]
Thanks Kalai.. I get all the tasks in the workflow (even the unactivated ones).