"Task that is expected to perform without the aid of any business process execution engine or any application");
}
@Override
protected Task createFlowElement(ICreateContext context) {
ManualTask task = ModelHandler.FACTORY.createManualTask();
task.setName("Manual Task");
return task;
}