Michał Augoff
12/19/2022, 7:36 PMZanie
Union[Date, Callable[[], Date]] = get_today
then if it’s a callable in your code you run it to get the date?Zanie
Zanie
Michał Augoff
12/19/2022, 8:08 PMMichał Augoff
12/19/2022, 8:09 PMZanie
Khuyen Tran
12/20/2022, 5:32 PMdate=Field(default_factory=get_today()
to create a dynamic date parameter. Here is the docMichał Augoff
12/21/2022, 12:52 AMMichał Augoff
12/21/2022, 1:29 PMKhuyen Tran
12/21/2022, 5:05 PMrjz
02/10/2023, 6:09 AMField
can be used for a parameter of a flow?rjz
02/10/2023, 6:10 AMMichał Augoff
02/10/2023, 2:27 PM