|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Questions from developers: |
« View previous topic :: View next topic » |
Author |
Message
|
JasonG |
Posted: Thu May 01, 2003 6:38 am Post subject: Questions from developers: |
|
|
 Novice
Joined: 02 Jan 2003 Posts: 24 Location: Buffalo, NY
|
Hi all,
Just got a list of questions from some developers that are working with MQ Series Workflow- I'm acting as an intermediary so here goes...
MQ Workflow Questions
Managing Staff
Expectation – adding, changing staff (passwords or absences) and roles could be done on the fly.
1. It seems that any adding or changing of the staff record or the role a staff member is assigned requires a change in Buildtime and an FDL export or extensive programming by us. What are suggested ways of handling this?
2. How would I assign work from one userid's worklist to a different specific userid's worklist through workflow? They are both a member of the same Role, along with other multiple userids.
3. I have one user logon ID , but that ID is a member of several different roles. I just want to logon and become active to workflow for just one Role, not all of them. Is there a way Workflow handles that.
Data Flow between containers
We are having problems getting data moving from process to process.
Expectation – Changed data would be reflected in the container via the mapping at design time.
4. Is the only way to do this is to write programs that read and write the input/output containers that must be executed by every process and program in the workflow?
5. Do we need to hard code all the container fields on the command line for every program defined to workflow?
6. On the prgram definition tab for 390. What settings are needed to execute 390 mainframe? Can it fire off an IMS transaction? MQ transaction?
7. How do we use DLL’s? What are the settings needed to do this?
8. We need help with the Client configuration with the IIS Webserver.
9. Can you show us a simple workflow that makes a decision based on the container value and execute a selected path. One of each type a DLL, an NT executable and a mainframe. |
|
Back to top |
|
 |
jmac |
Posted: Thu May 01, 2003 7:21 am Post subject: Re: Questions from developers: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
JasonG wrote: |
1. It seems that any adding or changing of the staff record or the role a staff member is assigned requires a change in Buildtime and an FDL export or extensive programming by us. What are suggested ways of handling this? |
You can use fmcibie on the fly, with FDL that you build yourself (i.e not with Buildtime), of course you should also import this FDL into your BTDB so that the BT and RT are in sync.
Quote: |
2. How would I assign work from one userid's worklist to a different specific userid's worklist through workflow? They are both a member of the same Role, along with other multiple userids. |
The users must be Authorized to each other via Buildtime, then you can use the transfer() method.
Quote: |
3. I have one user logon ID , but that ID is a member of several different roles. I just want to logon and become active to workflow for just one Role, not all of them. Is there a way Workflow handles that. |
MQWF does not handle this situation "as is". You would have to write some code to enable this. You really are not giving enough information here for me to say how difficult this might be.
Quote: |
Data Flow between containers
We are having problems getting data moving from process to process.
Expectation – Changed data would be reflected in the container via the mapping at design time. |
I am assuming here that you mean "Activity" to "Activity"
Quote: |
4. Is the only way to do this is to write programs that read and write the input/output containers that must be executed by every process and program in the workflow? |
It is not the only way, but that is generally how it is done.
Quote: |
5. Do we need to hard code all the container fields on the command line for every program defined to workflow? |
Absolutely not, you have some misunderstanding of MQWF if that is what you think.
Quote: |
6. On the prgram definition tab for 390. What settings are needed to execute 390 mainframe? Can it fire off an IMS transaction? MQ transaction? |
You definitely can fire an IMS or CICS transaction, but this is not my area of expertise.
Quote: |
7. How do we use DLL’s? What are the settings needed to do this? |
Need more detail on what your question means.
Quote: |
8. We need help with the Client configuration with the IIS Webserver. |
Look at the WebClient doc.
Quote: |
9. Can you show us a simple workflow that makes a decision based on the container value and execute a selected path. One of each type a DLL, an NT executable and a mainframe. |
Have a look at the Getting Started redbook. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|