Hi,
Im trying to deploy BPMS process model to IS using WmDeployer and deploy is succesfull (no error in deploy report) but process is disabled for execution in WmPRT package. In <process_name>.process file i have:
<qualityOfService expressPipeline="true" minLogLevel="5"
optimizeLocally="true" volatileTracking="false" volatileTransition="true"/>
<edaIntrinsics processEvent="false" stepEvent="false"/>
<easeOfOperations enableProcessForTrackingInTarget="true" enableProcessInTarget="true"/>
</businessProcessDiagram>
Process is visible in MWS as enabled for execution and analysys but create process attempts (simple document publishing) fails with error:
[PRT.0101.9264] Cannot create new instance of model version 1, it is not enabled
I have tried enable process manually using wm.prt.model:enableProcessForExecution service but it fails to with error:
[PRT.0101.9195] Could not enable model “CaBusinessProcessBrokeredProductBlik/T6Transaction” version “1” for execution
Any suggestions?
#webMethods#BPM#webMethods-BPMS