Tihomir Surdilovic [
https://community.jboss.org/people/tsurdilovic] created the
discussion
"Re: Can I run Web editor separately in jBPM5?"
To view the discussion, visit:
https://community.jboss.org/message/716490#716490
--------------------------------------------------------------
Sounds good. Just to get you started - Designer has a notion of profiles. A profile
determines a number of things, one of them being how the save/load functionality is
implemented. A profile name is a mandatory URL parameter that has to be passed to designer
(for example localhost:8080/designer/editor?profile=ABC&uuid=XYZ&pp=). Each
profile has it's own impl class, for example for the jbpm profile see:
https://github.com/tsurdilo/process-designer/blob/master/src/main/java/or...
https://github.com/tsurdilo/process-designer/blob/master/src/main/java/or....
Each profile among other things has its own config (again for jbpm profile look @
https://github.com/tsurdilo/process-designer/blob/master/src/main/webapp/...
https://github.com/tsurdilo/process-designer/blob/master/src/main/webapp/...)
which determines what plugins etc get loaded at startup.
Again, feel free to ping me on IRC and we'll talk more.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/716490#716490]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]