![]() |
Utilities for task generation.
Classes
Functions
generate_resolved_info(...)
: Returns a ResolvedInfo
object for executing the node.
generate_task_from_active_execution(...)
: Generates task from active execution (if any).
get_executions(...)
: Returns all executions for the given pipeline node.
get_latest_successful_execution(...)
: Returns the latest successful execution or None
if no successful executions exist.
is_feasible_node(...)
: Returns whether the node is feasible for task generation.
is_latest_execution_successful(...)
: Returns True
if the latest execution was successful.