notifyDelete(Type.Action, predicate);
return getRequestStatus(null);
}
private ActionRequest getRequest(Map<String, Object> properties) {
ActionRequest ar = new ActionRequest(
(String) properties.get(ACTION_NAME_PROPERTY_ID),
(String) properties.get(ACTION_TYPE_PROPERTY_ID),
(String) properties.get(INPUTS_PROPERTY_ID),
(String) properties.get(TARGET_SERVICE_PROPERTY_ID),
(String) properties.get(TARGET_COMPONENT_PROPERTY_ID),