原理是先以列表或数组的形式赋

在Init的时候

string[] branchApprovers = strBranchApprovers.Split(',');
repBranchApprove.InitialChildData = branchApprovers;
repBranchApprove.ExecutionType = ExecutionType.Parallel;

创建任务的时候根据currentIndex获取数据

repBranchApprove.CurrentChildData[currentIndex].ToString();

相关文章:

猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2021-04-05
  • 2021-07-13
  • 2021-04-20
相关资源
相似解决方案