Hi,
Relevant and useful information for debugging.
In 3.1 where as there is no datapublisher for contracts.To dump mxml file in 3.1 use session default argument /WF_OBJECTS_DUMP. After adding this parametre, any xml sent to exchange will be dumped to server with below naming convention
wfSentTo__.xml
Suppose if a contract insertion send xml file to three workflows like contract, exchange ,deliverable at the same time, then you will see 3 xml files with the below names under root directory.
wfeventSentTocontractworkflow__.xml
wfeventSentToexchangeworkflow__.xml
wfeventSentTodeliverableworkflow__.xml [...]
Discussion
View Comments for “Re: workflow file dump with customized name”