Hello,
i am new to development in wdk. Can someone help me with StartWorkflow. I am trying to find the source or class file to attach it in my code.
Thanks
There is a com.documentum.services.workflow.startworkflow.IStartWorkflow class in workflow.jar (notice the "I" before "StartWorkflow"). It's in the WEB-INF/lib folder.
This is D6 SP1.
Thanks Brownce. i am unable to instantiate it on my local machine. I do have workflow.jar in my project settings and in the lib folder. I am seeing below error
error: "Cannot instantiate Java class"
Caused by: java.lang.ClassNotFoundException: com.documentum.services.workflow.startworkflow.StartWorkflow
Any other thoughts why I am unable to start the workflow on my machine. I am running on tomcat and my project is built in Eclipse. I can logon to webtop and I can do other things except start the workflow. Thanks for your time
Make sure Global Registry User specified in your dfc.properties file is active. Default global registry user will be dm_bof_registry. As this user is not active, at run time its not able to load the jar files.