UpdateWorkflowEdgeBody

Request body for updating a WorkflowEdge.

Definition

TypeScript
interface UpdateWorkflowEdgeBody {
  sourceNodeId?: string | null | undefined;
  targetNodeId?: string | null | undefined;
  handle?: string | null | undefined;
  priority?: number | undefined;
  label?: string | null | undefined;
}

Fields

FieldTypeNotes
sourceNodeIdstring | null | undefinedoptional — Source node ID
targetNodeIdstring | null | undefinedoptional — Target node ID
handlestring | null | undefinedoptional — Source handle
prioritynumber | undefinedoptional — Edge priority
labelstring | null | undefinedoptional — Edge label