Page 1 of 1

openKM jboss workflow

PostPosted:Thu Dec 15, 2016 8:13 am
by jimac
Im using jboss to create workflows for openKM..
My question is, how to pass a file to another user? and after passing, the user will review the file (accept or reject)
the file is either a docx, pdf.. etc.
please help. Thanks!!

also, how to let a user attach a file in a workflow?
Thank You :D

Re: openKM JBoss workflow

PostPosted:Fri Dec 16, 2016 7:58 am
by jllort
To upload a file you have the Upload formElement, take a look here https://wiki.openkm.com/index.php/Form_ ... escription

About set user in a task, I suggest you read https://docs.openkm.com/kcenter/view/wfg/ and there workflow sample into the OpenKM portable edition ( you can check there from here https://sourceforge.net/projects/openkmportabledev/

Re: openKM JBoss workflow

PostPosted:Fri Dec 16, 2016 9:14 am
by jimac
hi sir!

May I ask how to make this..workflow
A document will be reviewed by another user ( accept or reject)

I really don't know how to implement this workflow.