|
|
|
ExternalWorkflowProcessCall 8 Months, 3 Weeks ago
|
Karma: 0
|
|
Hi,
I have implement a process that includes human workflow and I want now to use that process as part of another process (both processes are implemented with intalio).
Is this possible?
Thanks in advance!!!
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:ExternalWorkflowProcessCall 8 Months, 3 Weeks ago
|
Karma: 25
|
|
Yes, you need to reuse the WSDL exposed by one process in the second process. Be sure that the re-exposed process WSDL won't change, otherwise there will be breakage.
HTH
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:ExternalWorkflowProcessCall 8 Months, 3 Weeks ago
|
Karma: 0
|
|
Hi,
thanks for your answer. I have tried successfully to use a process without human workflow in a second process but when I tried the same for a process with workflow I failed.
I am confused about how to connect the initProcess - notifyTaskCompletion tasks pair, that was created from the wsdl, with the other process tasks.
Could you please give me an example?
Thank you in advance!
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:ExternalWorkflowProcessCall 8 Months, 3 Weeks ago
|
Karma: 25
|
|
Those two operations (init and notify) cannot be implemented by another process. Another process in the same project can reuse them though.
Workflow operations need a bit more metadata to work. Init operations need the process soap action URL to send their message for example.
HTH
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:ExternalWorkflowProcessCall 5 Months ago
|
Karma: 0
|
|
Hi Antoine,
I want to ask your about your phrase "Another process in the same project can reuse them though".
Do you mean that i can implement the init and notify operations if and only if the two processes are under the same project or that exits another way to reuse them?
I would appreciated if you could give me a bit more information (something like the basic bullets of the steps i have to follow to reuse those operations or a sample).
Thanks for your help!!!
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:ExternalWorkflowProcessCall 5 Months ago
|
Karma: 25
|
|
Did you look at the workflow samples in the help section ? They should help more than a long explanation.
I should have asked that at the beginning, but what are you reusing actually ? Are you reusing a pool ? Are you calling a process from a different process ?
Thanks,
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|