* @see org.fireflow.engine.IWorkflowSession#withdrawWorkItem(java.lang.String)
*/
public IWorkItem withdrawWorkItem(final String workItemId)
throws EngineException, KernelException {
IWorkItem wi = this.findWorkItemById(workItemId);
return wi.withdraw();
}
public void clearAttributes() {
this.attributes.clear();