* {@inheritDoc}
*/
public ConfigChangeResult applyConfigurationChange(
WorkflowCfg configuration)
{
ResultCode resultCode = ResultCode.SUCCESS;
boolean adminActionRequired = false;
List<Message> messages = new ArrayList<Message>();
// Get the existing workflow if it's already enabled.
WorkflowImpl existingWorkflow = workflows.get(configuration.dn());