I'm having a problem when trying to view details of a workflow instance. This happens when I click "View Workflow" in the "my-workflows" page.
Apparently the "my-workflows" page is using the workflow definition id as workflow instance id, so it fails to load some workflow properties and to build the "workflow-details" page. The incorrect id causes a 404 error when trying to use the service workflow-instances.
This only happens when running on Eclipse as integration-test. When I get the amps and apply them to a independent Alfresco install there are no problems. I'm using Alfresco 4.2.c on both environments.
Example:
The production install gets the correct URL when clicking "View Details"
http://alfrescovm:8080/share/page/workflow-details?workflowId=activiti$201&referrer=workflows&myWorkflowsLinkBack=true
When running in Eclipse I get the workflow definition id instead of the instance id.
http://localhost:8080/amp_share/page/workflow-details?workflowId=activiti$activitiReview:1:8&referrer=workflows&myWorkflowsLinkBack=true
The same "View Workflow" link is built in "my-tasks" page. There, both the Alfresco install and the one from the maven repository are built correctly.
Is there a problem with my configuration or this is a known issue?
Thanks!
Best regards,
Saulo.