Author |
Message |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Oct 23, 2003 9:50 am Subject: Creation of automatic workitems |
1) Yes, as soon as a record is entered into the table, the process instance could be created and started.
2)Even though there are many users, only one user (like admin) will have own the process inst ... |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Oct 23, 2003 6:25 am Subject: Creation of automatic workitems |
I weill try again to re-phrase the question -
for each record getting inserted into a table, I should create and start a process instance with populating the data into its input container.
The a ... |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Oct 21, 2003 12:22 pm Subject: Creation of automatic workitems |
Yes , I am using the same software as everybody else.
I have imported the buidltime using fmcibie and I am using web client as my runtime client instead of the thick client.
What I am trying to do ... |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Oct 21, 2003 7:07 am Subject: Creation of automatic workitems |
But my question is - how do I display the workitems automatically, when the user logs-in or hits the refeh button |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Oct 21, 2003 6:27 am Subject: Creation of automatic workitems |
Actually, let me put the question in more detail -
I have a process where my Java program gets records from a Database table and for each record Workflow should create a workitem from the template( ... |
Topic: Creation of automatic workitems |
sridhar
Replies: 13 Views: 4487
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Oct 20, 2003 1:55 pm Subject: Creation of automatic workitems |
Guys,
I want to create workitems automatically when a user logs-in or when the refresh button is clicked?
Could anyone give suggestions or code examples.
I was thinking to implement this in Lis ... |
Topic: create and start instance from a JSP |
sridhar
Replies: 5 Views: 3122
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 12, 2003 8:12 am Subject: create and start instance from a JSP |
John,
I couldn't find the documentation. Where are you referring to? |
Topic: create and start instance from a JSP |
sridhar
Replies: 5 Views: 3122
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 11, 2003 12:37 pm Subject: create and start instance from a JSP |
Hi,
could somebody help me with some sample code and ideas as to how , I could create and start a process instance from a jsp/html (this JSP/HTML is not in the workflow webclient application) and ... |