Contains information about a workflow type.

 public WorkflowTypeDetail WithTypeInfo(WorkflowTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return this;
 }
示例#2
0
 public WorkflowTypeDetail WithTypeInfo(WorkflowTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return(this);
 }