* @throws ComponentRegistryException
*/
public void testMetadata() throws ComponentException, GraphException,
XmlException, ComponentRegistryException {
WorkflowCreator workflowCreator = new WorkflowCreator();
MyLeadConfiguration myleadConfig = new MyLeadConfiguration(
this.configuration.getMyLeadAgentURL(), this.configuration
.getMyLeadUser(), this.configuration.getMyLeadProject());
Workflow workflow = workflowCreator.createGFacWorkflow();
String templateID = "http://test";
String uid = myleadConfig.getUser();
String name = workflow.getName();
String description = workflow.getDescription();
MinimalLEADMetadata metadata = new MinimalLEADMetadata(uid, name, description);