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