-
Bug
-
Resolution: Unresolved
-
Major
-
7.12.0.GA
-
RHPAM 7.12.0
-
False
-
None
-
False
-
-
- create new project
- open Settings tab and clik Custom Tasks in left pane
- click Install button for Rest service and save it
- crate new process and select Custom Tasks icon in the left palette
-
In process designer(stunner), services task icon is not shown when service task was installed via 7.12.0 Business Central UI:
Settings > Custom Tasks and click Install button.
When installing Rest service task, the following WID and icon image will be created.
global
├── Rest.png
└── Rest.wid
But in Rest.wid,
[ "name" : "Rest", "displayName" : "Rest", "category" : "jbpm-workitems-rest", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.rest.RESTWorkItemHandler()", "documentation" : "jbpm-workitems-rest/index.html", "parameters" : [ "Cookie" : new StringDataType() ,"ConnectTimeout" : new StringDataType() ,"ResultClass" : new StringDataType() ,"ContentType" : new StringDataType() ,"AcceptCharset" : new StringDataType() ,"Headers" : new StringDataType() ,"AuthUrl" : new StringDataType() ,"CookiePath" : new StringDataType() ,"Method" : new StringDataType() ,"ReadTimeout" : new StringDataType() ,"Url" : new StringDataType() ,"ContentTypeCharset" : new StringDataType() ,"HandleResponseErrors" : new StringDataType() ,"ContentData" : new StringDataType() ,"Username" : new StringDataType() ,"Content" : new StringDataType() ,"AcceptHeader" : new StringDataType() ,"AuthType" : new StringDataType() ,"Password" : new StringDataType() ], "results" : [ "Result" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm:jbpm-workitems-rest:7.59.0.Final-redhat-00006" ], "icon" : "defaultresticon.png" ]]
"defaultresticon.png" is set to icon which seems to be a cause of missing icon.
Same problem happens with the other service tasks, such as webservice, as well.