Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion
"Re: Web designer 2.3.0 Final annoying SequenceFlow displaying..."
To view the discussion, visit: https://community.jboss.org/message/756587#756587
--------------------------------------------------------------
Sorry for the late response on this - just haven't been able to look at the forum in the last couple of days.
The color themes json that Designer uses has changed slightly from your previous used version. This is because we have added ability to define border colors on sequence flows now too.
To fix this issue you can go into Guvnor GlobalArea -> Assets and locate your "themes" asset. Open it and select File->Archive. Then in Guvnor go to Administartion->Archive and permanently delete the themes asset.
After that re-open an existing or create a new bpmn2 process..this will force Designer to upload the updated themes json into Guvnor.
Hope this helps.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756587#756587]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
wqe wqe [https://community.jboss.org/people/drupalspring] created the discussion
"TaskService 's implemenation"
To view the discussion, visit: https://community.jboss.org/message/756661#756661
--------------------------------------------------------------
TaskService interface has 2 implementation , one is called LocalTaskService class and one is called SyncTaskServiceWrapper class.
In the *SyncTaskServiceWrapper* class , it contains an instance of another interface called *AsyncTaskService* .
All methods of the SyncTaskServiceWrapper that are specified by the TaskService interface will be delegated to AsyncTaskService .
So SyncTaskServiceWrapper works asynchronously or synchronously?? It is confusing when looking at the name of the class .
Should SyncTaskServiceWrapper is better rename to AsyncTaskServiceWraper as it wraps AsyncTaskService ?? *
*
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756661#756661]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
Lakshay Joshi [https://community.jboss.org/people/logicalj] created the discussion
"Human Task or User Task"
To view the discussion, visit: https://community.jboss.org/message/755796#755796
--------------------------------------------------------------
Hi All,
I have a scenario where i have to wait for the Human resource to perform some task like approval or rejection at each and every node and i don't want to use the Drools Console or JBPM console to start, monitor or human interference for some approval or rejection type of human activity.
My application which will provide the front end for all other activities is purely java based, So i need some help to know that this type of interfacing is possible or not and if possible then there will be some performance issue or not.
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/755796#755796]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]