Author |
Message
|
Anhhv |
Posted: Fri Sep 07, 2007 1:34 am Post subject: Help me!How can i start application with process-definition? |
|
|
 Newbie
Joined: 07 Sep 2007 Posts: 9
|
Hi master. I'm a newbie in MQ.
I want to start application (or a job) that use process-definition when a trigger started. How can i do? thanks. [/code][/b] _________________ Mr. Hoang Van Anh |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 1:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
By following the instructions in the Application Programming Guide in the chapter "Triggering"
You'll also find a number of posts in here that discuss a number of common issues around this topic. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Anhhv |
Posted: Fri Sep 07, 2007 2:04 am Post subject: |
|
|
 Newbie
Joined: 07 Sep 2007 Posts: 9
|
Vitor wrote: |
By following the instructions in the Application Programming Guide in the chapter "Triggering"
You'll also find a number of posts in here that discuss a number of common issues around this topic. |
Can you talk more specific?
thanks.  _________________ Mr. Hoang Van Anh |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 07, 2007 2:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
anhhv wrote: |
Can you talk more specific? |
You want to start an application via a process definition when a trigger is fired.
You need to use the information in the APG to a) define this definition b) code the appilcation such that it can read and interpret the trigger information (included from the process definition) and c) create the conditions in which the trigger will fire, based on your requirements. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Anhhv |
Posted: Fri Sep 07, 2007 6:22 pm Post subject: |
|
|
 Newbie
Joined: 07 Sep 2007 Posts: 9
|
Vitor wrote: |
anhhv wrote: |
Can you talk more specific? |
You want to start an application via a process definition when a trigger is fired.
You need to use the information in the APG to a) define this definition b) code the appilcation such that it can read and interpret the trigger information (included from the process definition) and c) create the conditions in which the trigger will fire, based on your requirements. |
thanks. _________________ Mr. Hoang Van Anh |
|
Back to top |
|
 |
|