String name = WmParameters.NAME.getAttribute().validateResolvedOperation(model).asString();
ServiceTarget serviceTarget = context.getServiceTarget();
WorkManager wm = new NamedWorkManager(name);
final WorkManagerService wmService = new WorkManagerService(wm);
ServiceBuilder builder = serviceTarget
.addService(ConnectorServices.WORKMANAGER_SERVICE.append(name), wmService);
if (operation.get(WORKMANAGER_LONG_RUNNING).isDefined() && operation.get(WORKMANAGER_LONG_RUNNING).asBoolean()) {