L
lpadmaja
Guest
Hi Stefan, Below is small snippet of code to connect to the BP server and start process. Using Progress.BPM.*. USING progress.lang.*. DEFINE VARIABLE oSession AS CLASS UserSession. def var usersrc as char init "admin". def var processname as char init "ds1xml". /*Application name*/ def var i as int. def var lc1 as longchar. def var bizlogicurl as char init "-URL SBMServerDC:// Machine name :18793". /* create session object*/ oSession = NEW Progress.BPM.usersession(bizlogicurl). /* connect*/ oSession:connect( usersrc,usersrc) no-error. if oSession:connected then do: /* create process that is for any member of group*/ oprocess = osession:startprocess(processname). /* disconnect*/ oSession
isconnect(yes). Regards, Lakshmi From: stefan.tersin@exicom.se [mailto:bounce-stefantersinexicomse@community.progress.com] Sent: Monday, May 12, 2014 4:25 PM To: TU.BPM@community.progress.com Subject: How to interact with bpm from Progress ABL? How to interact with bpm from Progress ABL? Thread created by stefan.tersin@exicom.se Hello, where can I find documentation and examples on how to programmatically interact between progress and oebpm? (For example how to get a user’s "my tasks" or start a process / complete a workstep.) We are using oebpm 11.3. Thanks in advance, /Stefan Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...