[jboss-user] [jBPM] - Create a work item definition programmatically should be easy

out sider do-not-reply at jboss.com
Fri Apr 20 06:34:40 EDT 2012


out sider [https://community.jboss.org/people/out_sider] created the discussion

"Create a work item definition programmatically should be easy"

To view the discussion, visit: https://community.jboss.org/message/731296#731296

--------------------------------------------------------------
I really can't understand how such a simple thing isn't better documented...or documented at all.

I just want to add a new work item definition using the Rest API so it can latter be used by the user when designing the Business Process in the editor.

My sequence is somehting like this:

User fills form -> work item definition parameters are defined using the form data -> work item definition is added to guvnor using the rest api -> the user can then use it within the designer as a new service task.

This seems to be quite a common thing and should be strate forward. 

For what I understood there are two ways to create the WDI...uploading a file or as a XML-ATOM. I tried the first one as I didn't see any example of the other.

But the WDI doesn't appear in the service task list of the designer.

What I did was writting the WDI content to a string and then send it as a byte[] stream to the POST Rest Api Asset method (simply string.getBytes()). It *appears in the WDI list of the drools* guvnor explorer but *not in the designer*.

So what is the best way and where can I find an example of uploading a work item definition generated with user info programmatically and then use it in the designer?

Thanks in advance
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/731296#731296]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120420/44a5a35c/attachment.html 


More information about the jboss-user mailing list