Type Alias WorkflowAgent

WorkflowAgent: {
    id: string;
    name: string;
    nodes: WorkflowNode[];
    task: string;
    xml: string;
}

Type declaration

  • id: string
  • name: string
  • nodes: WorkflowNode[]
  • task: string
  • xml: string