Type Alias SearchActiveWorkflowsExists

SearchActiveWorkflowsExists: {
    field: "activeWorkflows";
    operator: "exists" | "not_exists";
}

Type declaration

  • field: "activeWorkflows"
  • operator: "exists" | "not_exists"