datamongus
03/04/2025, 7:21 PMMarvin
03/04/2025, 7:21 PMcontext
parameter is used to pass input data to tasks when using cf.run()
. It is not strictly necessary to populate all context variables if they are not needed for the execution of your tasks. However, any required context variables should be populated to ensure the tasks have the necessary data to operate correctly.
For more detailed information, you can refer to the ControlFlow Quickstart Guide.