@@ -2463,6 +2463,8 @@ def __init__(
24632463 temporalio .common .SearchAttributes ,
24642464 ]
24652465 ] = None ,
2466+ static_summary : Optional [str ] = None ,
2467+ static_details : Optional [str ] = None ,
24662468 start_delay : Optional [timedelta ] = None ,
24672469 rpc_metadata : Mapping [str , str ] = {},
24682470 rpc_timeout : Optional [timedelta ] = None ,
@@ -2491,6 +2493,8 @@ def __init__(
24912493 temporalio .common .SearchAttributes ,
24922494 ]
24932495 ] = None ,
2496+ static_summary : Optional [str ] = None ,
2497+ static_details : Optional [str ] = None ,
24942498 start_delay : Optional [timedelta ] = None ,
24952499 rpc_metadata : Mapping [str , str ] = {},
24962500 rpc_timeout : Optional [timedelta ] = None ,
@@ -2521,6 +2525,8 @@ def __init__(
25212525 temporalio .common .SearchAttributes ,
25222526 ]
25232527 ] = None ,
2528+ static_summary : Optional [str ] = None ,
2529+ static_details : Optional [str ] = None ,
25242530 start_delay : Optional [timedelta ] = None ,
25252531 rpc_metadata : Mapping [str , str ] = {},
25262532 rpc_timeout : Optional [timedelta ] = None ,
@@ -2551,6 +2557,8 @@ def __init__(
25512557 temporalio .common .SearchAttributes ,
25522558 ]
25532559 ] = None ,
2560+ static_summary : Optional [str ] = None ,
2561+ static_details : Optional [str ] = None ,
25542562 start_delay : Optional [timedelta ] = None ,
25552563 rpc_metadata : Mapping [str , str ] = {},
25562564 rpc_timeout : Optional [timedelta ] = None ,
@@ -2579,6 +2587,8 @@ def __init__(
25792587 temporalio .common .SearchAttributes ,
25802588 ]
25812589 ] = None ,
2590+ static_summary : Optional [str ] = None ,
2591+ static_details : Optional [str ] = None ,
25822592 start_delay : Optional [timedelta ] = None ,
25832593 rpc_metadata : Mapping [str , str ] = {},
25842594 rpc_timeout : Optional [timedelta ] = None ,
@@ -2610,6 +2620,8 @@ def __init__(
26102620 cron_schedule = cron_schedule ,
26112621 memo = memo ,
26122622 search_attributes = search_attributes ,
2623+ static_summary = static_summary ,
2624+ static_details = static_details ,
26132625 start_delay = start_delay ,
26142626 headers = {},
26152627 ret_type = result_type or result_type_from_run_fn ,
@@ -5268,6 +5280,8 @@ class UpdateWithStartStartWorkflowInput:
52685280 ]
52695281 start_delay : Optional [timedelta ]
52705282 headers : Mapping [str , temporalio .api .common .v1 .Payload ]
5283+ static_summary : Optional [str ]
5284+ static_details : Optional [str ]
52715285 # Type may be absent
52725286 ret_type : Optional [Type ]
52735287 rpc_metadata : Mapping [str , str ]
0 commit comments