推荐文档
评价此篇文章
使用如下代码可以查询工作流运行实例的任务信息。
private void getTask(BvwClient client, String taskId) { TaskGetResponse response = client.getTask(taskId); }