<@ULVA73B9P> is it necessary to populate empty con...
# marvin-ai
d
@Marvin is it necessary to populate empty context variables when using cf.run ?
m
In ControlFlow, the
context
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.