ygm

Results 1 issues of ygm

pulled and built latest version of client. ``` public class PipelineWorkflowImpl implements PipelineWorkflow { @Override public void runPipeline(String configId) { ... } } final Worker workerForCommonTaskList = factory.newWorker(TASK_LIST); WorkflowImplementationOptions wio...