Hello,
I have a BPM product that contains one main process and several sub-processes.
It always becomes a mess when I try to update the data type that is used as an interface for the sub-process.
Sometimes it takes me ages to change the correct XSD data type which in the end updates the data type visible in the input mapping of that sub-process.
This is due to the fact, that I have several data types with the same name (e.g. "ApproveRequestType"):
Image may be NSFW.
Clik here to view.
And this again is caused by the fact that there are a lot of imported WSDL files of the sub-processes containing those data types:
Image may be NSFW.
Clik here to view.
Ideally I would like to have only one XSD file containing all data types (e.g. "Approval.xsd").
My question:
Do I really need those imported WSDL documents of my sub-processes (e.g. "HandleData", "ApprovalStep", "InformRequester" etc.)?
Can't I just keep the non-imported ones like for example "InformRequester.wsdl", "HandleData.wsdl" etc.?
Thanks in advance!
Best regards,
Thorsten.