468
-469
-470
+ 470
471
472
473
@@ -7745,7 +7743,9 @@
570
571
572
-573 | async def begin_flow_run(
+573
+574
+575
| async def begin_flow_run(
flow: Flow,
flow_run: FlowRun,
parameters: Dict[str, Any],
@@ -7879,55 +7879,7 @@
Source code in prefect/engine.py
- 1319
-1320
-1321
-1322
-1323
-1324
-1325
-1326
-1327
-1328
-1329
-1330
-1331
-1332
-1333
-1334
-1335
-1336
-1337
-1338
-1339
-1340
-1341
-1342
-1343
-1344
-1345
-1346
-1347
-1348
-1349
-1350
-1351
-1352
-1353
-1354
-1355
-1356
-1357
-1358
-1359
-1360
-1361
-1362
-1363
-1364
-1365
-1366
-1367
+ 1367
1368
1369
1370
@@ -7971,7 +7923,55 @@
1408
1409
1410
-1411 | async def begin_task_map(
+1411
+1412
+1413
+1414
+1415
+1416
+1417
+1418
+1419
+1420
+1421
+1422
+1423
+1424
+1425
+1426
+1427
+1428
+1429
+1430
+1431
+1432
+1433
+1434
+1435
+1436
+1437
+1438
+1439
+1440
+1441
+1442
+1443
+1444
+1445
+1446
+1447
+1448
+1449
+1450
+1451
+1452
+1453
+1454
+1455
+1456
+1457
+1458
+1459
| async def begin_task_map(
task: Task,
flow_run_context: FlowRunContext,
parameters: Dict[str, Any],
@@ -8111,55 +8111,7 @@
Source code in prefect/engine.py
- 1645
-1646
-1647
-1648
-1649
-1650
-1651
-1652
-1653
-1654
-1655
-1656
-1657
-1658
-1659
-1660
-1661
-1662
-1663
-1664
-1665
-1666
-1667
-1668
-1669
-1670
-1671
-1672
-1673
-1674
-1675
-1676
-1677
-1678
-1679
-1680
-1681
-1682
-1683
-1684
-1685
-1686
-1687
-1688
-1689
-1690
-1691
-1692
-1693
+ 1693
1694
1695
1696
@@ -8227,7 +8179,55 @@
1758
1759
1760
-1761 | async def begin_task_run(
+1761
+1762
+1763
+1764
+1765
+1766
+1767
+1768
+1769
+1770
+1771
+1772
+1773
+1774
+1775
+1776
+1777
+1778
+1779
+1780
+1781
+1782
+1783
+1784
+1785
+1786
+1787
+1788
+1789
+1790
+1791
+1792
+1793
+1794
+1795
+1796
+1797
+1798
+1799
+1800
+1801
+1802
+1803
+1804
+1805
+1806
+1807
+1808
+1809
| async def begin_task_run(
task: Task,
task_run: TaskRun,
parameters: Dict[str, Any],
@@ -8382,50 +8382,50 @@
|
|
|
|
|