package com.xcgl.activititask.service; public interface ActivitiTaskService { public void start(String processKey,String table,String formId); }