Skip to content

Taipy.core.submit

Submit an entity for execution.

If the entity is a pipeline or a scenario, all the tasks of the entity are submitted for execution.

Parameters:

Name Type Description Default
entity Union[Scenario, Pipeline, Task]

The entity to submit.

required
force bool

If True, the execution is forced even if the data nodes are in cache.

False
wait bool

Wait for the scheduled jobs created from the submission to be finished in asynchronous mode.

False
timeout Union[float, int]

The optional maximum number of seconds to wait for the jobs to be finished before returning.

None