RedHatEMEA / rh6pd

9 stars 8 forks source link

REST API for Portal -> jBPM integration #8

Closed jamesread closed 11 years ago

mbuamuh commented 12 years ago

Current Status: The ManagementClient found in rh6pd/examples/restEasyExample currently retrieves process definitions deployed to guvnor and instances of a particular process, via the business-central-server url.

To Dos: 1.) Have access to the deployed processes via the /business-central console, and thus enabling the above mentioned client to find them. 2.) Use the gwt-console and gwt-console-server wars for the same process. That means enabling the client to use its already existing methods but this time using /gwt-console-server in its url instead of /business-central-server.

jamesread commented 12 years ago

This is holding us up massively in the project, we really need to dedicate some time to resolving this.

jamesread commented 11 years ago

Okay, so Ally and I have done some work on getting this fixed once and for all. the tt-processController (in the train ticketing project) is capable of getting forms, setting values and submitting them back.

The tt-processController needs to be merged back down into rh6pd-processController.

jamesread commented 11 years ago

Ah. This is a dupe of #24