Latest Posts


Show last 6 hrs - 24 hrs - 7 days

Forum tags


Top Posters

Last 30 days

  • Antoine (84)
  • talita.pezzi (26)
  • sundaravadivel.n (14)
  • leonardo.saraiva (14)
  • clarissa.domingues.rocha1 (12)
  • deepa.tekumalla (12)
  • ravinderjit.singh (11)
  • djalma.saraiva (7)
  • chris.doudet (7)
  • jose.mendoza (6)

All time

  • Antoine (1447)
  • Shivanand (1189)
  • cshekhar (923)
  • psq (796)
  • jag (391)
  • metabyte (371)
  • arnaud (327)
  • jalateras (325)
  • dfrench (265)
  • venkaiah.k (198)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Timer Implementation Problem (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Timer Implementation Problem
#13262
ktest (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 7 Months ago Karma: -1  
dfrench - okay, i have gone through both of your project files and i think both do the job i want. i do also agree that the timer exception version is cleaner and makes more sense. But there is one problem - The information submitted in the 2nd form is NOT being passed on to the notification form, if it was filled out BEFORE the timer runs out. I also had this problem when I tried using a subprocess and I didn't know how to fix this. Can you give me any insights on how to pass the submitted information from the 2nd form on the the 3rd notification form?

Thanks in advance!

Katie
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13263
dfrench (User)
Gold Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 7 Months ago Karma: 8  
Ooops... I just didn't map it from testConfForm1:confirm in the form2 request output through to the testCompleteForm:confirm in the form 3 Request input.
You have to do this at the complete task within the subprocess (timer limited subprocess) because the scope of the subprocess makes the testcompleteform messages invisible to the main process flow.

Hope this works for you ... let us know how this all works out in real life.

David
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/07 19:32 By dfrench.
  The administrator has disabled public write access.
#13267
ktest (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 7 Months ago Karma: -1  
David,

I tried what you stated -


I just didn't map it from testConfForm1:confirm in the form2 request output through to the testCompleteForm:confirm in the form 3 Request input.

You have to do this at the complete task within the subprocess (timer limited subprocess)



But for some reason I couldn't figure this out. I selected the complete task of the testConfForm1, and I thought I did the data mapping correctly, but after running the process, I still don't get the information selected in the 2nd form.

Could you please send me over another working file with this part working as well? I want to see what I am missing.

Thank you so much for your patience ! :-)

Katie
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13268
dfrench (User)
Gold Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 7 Months ago Karma: 8  
ok Katie,
File Attachment:
File Name: testx.zip
File Size: 46837

This works for me. Note that the only data that is set from the complete task is the confirm which appears as an input on the notification which is faint on my screen - you may have missed it.

I am available for hire! ;-)

David
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13360
ktest (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 6 Months, 3 Weeks ago Karma: -1  
I would hire you, but i'm just a "lowly" programmer. :-/ i do really appreciate your help on this, though!

and i think you conjured up some "magic" on the last file...

in the original file that was sent to me, on the "complete" task, i take a look at the data mapper and i see 5 items listed on the left and one item listed on the right:

DATA MAPPER (on "complete" task):

LEFT SIDE:
$testConfrForm1CreateTaskRequestMsg.root
$testConfrForm1CreateTaskResponseMsg.root
$xformInitProcessResponseMsg.root
$xformInitProcessRequestMsg.root
$testCompleteFormNotifyRequestMsg.root


RIGHT SIDE:
$testConfForm1NotifyTaskCompletionResponseMsg.root


in the file that you last posted, on your "complete" task, instead of having 5 items in the data mapper on the left side and one on the right, you now have 6 items on the left and 2 on the right. How did you get those extra items??? And these missing items are, of course, what is missing so that I can connect the CONFIRM information from the 2nd form to the final notification form. The missing items are as follows:

LEFT SIDE:
$testConfForm1NotifyTaskCompletionRequestMsg.root

RIGHT SIDE:
$testCompleteFormNotifyRequestMsg.root


I'm just perplexed...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13362
dfrench (User)
Gold Boarder
User Offline Click here to see the profile of this user
Re:Timer Implementation Problem 6 Months, 3 Weeks ago Karma: 8  
Lowly programmer ... no way. If you are working through this stuff, view yourself as a keyworker.
I am away from the office at present but I will take a look when I return tomorrow. In the mean time look at your filter settings in the mapper, these control what is visible.
David
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop