Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: Starting process instance using the jBPM REST API and setting parameters" To view the discussion, visit: https://community.jboss.org/message/724229#724229 -------------------------------------------------------------- I believe you can achieve that with different url, that is dedicated to form processing functionality. Or at least give it a try.... http://localhost:8080/gwt-console-server/rs/form/process/<processId>/complete (POST) it will try to parse request body to retrieve all paramters and set them as process variables (if they are defined in the process). Unfortunately it will not return process instance id :( as it is dedicated to process forms. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/724229#724229] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
