Contains information about a workflow type.

Пример #1
0
 public WorkflowTypeDetail WithTypeInfo(WorkflowTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return this;
 }
Пример #2
0
 public WorkflowTypeDetail WithTypeInfo(WorkflowTypeInfo typeInfo)
 {
     this.typeInfo = typeInfo;
     return(this);
 }