Hello
I have a problem in my WebDynpro application
At runtime I have a message:
java.lang.NoClassDefFoundError: com/sap/workflow/task/TaskManager
My code :
import com.sap.workflow.task.DueDate; import com.sap.workflow.task.ITask; import com.sap.workflow.task.TaskException; import com.sap.workflow.task.TaskManager; import com.sap.workflow.task.TaskType; import com.sap.workflow.task.TaskUsers; ... TaskManager taskManager = new TaskManager(); ITask task = taskManager.newTask(); task.setSubject(subject); ...
i added com.sap.workflow_api.jar and some other jars, but the message is same...