CMDBuild Forum

Cannot upload XPDL file

Hi,

When I try to upload XPDL file into Workorder generator I get an error:

 

Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.xpdl.XpdlException: The process id does not match

What could be the issue? What is the process Id?

/Jesper

Previously Jesper wrote:

Hi,

When I try to upload XPDL file into Workorder generator I get an error:

 

Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.xpdl.XpdlException: The process id does not match

 

What could be the issue? What is the process Id?

/Jesper

Hi Support team, 
Have encounter a similar error to above when trying to upload custom xpdl kindly provide a solution or a debug procedure on possible causes. The functionality of default workflow (requestforchange.xpdl) is functional and uploads correctly but when I try to upload my custom workflow it generated the error below
 
Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.xpdl.XpdlException: The process id does not match
 
Regrads,
Jonathan
 
Hi,
 
the xpdl must have a process id equals to the name of your process class in CMDBuild. Please find an example in the screenshot attached. 
In the properties you must set the Id with the name "Process_yourclassname" where yourclassname is the name of your class in lowercase and in the cmdbuildBindToClass property you must put the exact name of your process class case sensitive.
Regards,
 
CMDBuild Team
 
Previously Tecnoteca wrote:
Previously Jesper wrote:

Hi,

When I try to upload XPDL file into Workorder generator I get an error:

 

Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.xpdl.XpdlException: The process id does not match

 

What could be the issue? What is the process Id?

/Jesper

Hi Support team, 
Have encounter a similar error to above when trying to upload custom xpdl kindly provide a solution or a debug procedure on possible causes. The functionality of default workflow (requestforchange.xpdl) is functional and uploads correctly but when I try to upload my custom workflow it generated the error below
 
Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.xpdl.XpdlException: The process id does not match
 
Regrads,
Jonathan
 

 


processid-png (24.6 KB)