I need to view the process models in the designer that are enabled in my 8x MWS,
I have connected the designer to the mws and IS,can you please help me out.
To which view I need to switch on to the designer and from where I need select the process models that are enabled in MWS.
These process models which are enabled in mws are from different IS which are taken as a build from another process model server, which are not created in mywork space.
if you want modify process model then it should be your workspace.if not then you have to get process file in your workspace.
For this You can get the blob from WMPROCESSDEFINITION table its in byte array so you have to convert it into string then save same file as .process file.
then go to desginer->Process development perspective -> Default Solution ->Processes-> create new process project ->on new process project right click -
>import -> SoftwareAG ->ProcessFile->Select your .process File -> finish
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
rambo
Hi Experts,
I need to view the process models in the designer that are enabled in my 8x MWS,
I have connected the designer to the mws and IS,can you please help me out.
To which view I need to switch on to the designer and from where I need select the process models that are enabled in MWS.
Sample screen shots would be very helpful.
Regards,
rambo
These process models which are enabled in mws are from different IS which are taken as a build from another process model server, which are not created in mywork space.
wMDevloper
Hi Deepala,
if you want modify process model then it should be your workspace.if not then you have to get process file in your workspace.
For this You can get the blob from WMPROCESSDEFINITION table its in byte array so you have to convert it into string then save same file as .process file.
then go to desginer->Process development perspective -> Default Solution ->Processes-> create new process project ->on new process project right click -
>import -> SoftwareAG ->ProcessFile->Select your .process File -> finish