cancel
Showing results for 
Search instead for 
Did you mean: 

Java code to get workflow properties

ramprasad_g
Champ in-the-making
Champ in-the-making
Hi,

I want sample Java code to get Workflow properties.

Any help appriciated in advance.

Thanks,
Prasad
1 REPLY 1

scouil
Star Contributor
Star Contributor
Here's what you'll probably need to use:
http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowService.html
http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowTask.html
http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowInstance.html

If you need more detailed help, please give use more details about your problem:
- What you are trying to do
- How is that java code, where you try to access workflow properties, called
- What you tried so far and where you are blocked