Page 2 of 2

Re: Move Workflow file to new location – edit/update/delete

PostPosted:Mon Dec 12, 2016 5:50 am
by alexwgordon
Is there any downside to altering that number? And what's the easiest way to alter the tables? Thanks!

Re: Move Workflow file to new location – edit/update/delete

PostPosted:Thu Dec 15, 2016 7:31 pm
by jllort
It's a simply alter table something like ( IN MYSQL must see in the DB you have configured ):
Code: Select all
ALTER TABLE OKM_NODE_PROPERTY MODIFY COLUMN NPG_VALUE varchar(24000) COLLATE utf8_bin DEFAULT NULL;

Re: Move Workflow file to new location – edit/update/delete

PostPosted:Fri Dec 16, 2016 1:46 am
by alexwgordon
Worked perfectly! Thanks jllort!

Re: SOLVED Move Workflow file to new location – edit/update/delete

PostPosted:Tue Dec 20, 2016 8:20 am
by jimac
Hi alex, can you send me the .par of your workflow? i would like to try it. and see the codes.
I also want to do that kind of workflow..i need some guide on how to do it.

Re: SOLVED Move Workflow file to new location – edit/update/delete

PostPosted:Thu Jan 05, 2017 5:37 pm
by alexwgordon
hi jlmac,

I have no idea how to create a .par file! I'd have to go back and change a handful of things in the code, but I can probably create the par at some point!

Re: SOLVED Move Workflow file to new location – edit/update/delete

PostPosted:Fri Jan 06, 2017 12:04 pm
by jllort
When you have the xml file choosen ( the workflow xml defintion ) , there's a menu option what helps you on creating par file. In one of our videos must be shown.