Index

_ | A | B | C | D | E | F | G | I | J | K | L | M | N | O | P | R | S | T | U | W

_

__call__() (taskflow.types.notifier.Listener method)

A

abandon() (taskflow.jobs.base.JobBoard method)
add() (taskflow.flow.Flow method)
(taskflow.patterns.graph_flow.Flow method)
(taskflow.patterns.graph_flow.TargetedFlow method)
(taskflow.patterns.linear_flow.Flow method)
(taskflow.patterns.unordered_flow.Flow method)
AmbiguousDependency
ANY (taskflow.types.notifier.Notifier attribute)
args (taskflow.types.notifier.Listener attribute)

B

bfs_predecessors_iter() (taskflow.types.graph.DiGraph method)
board (taskflow.jobs.base.Job attribute)
(taskflow.jobs.base.JobBoardIterator attribute)
book (taskflow.jobs.base.Job attribute)
book_name (taskflow.jobs.base.Job attribute)
book_uuid (taskflow.jobs.base.Job attribute)

C

callback (taskflow.types.notifier.Listener attribute)
can_be_registered() (taskflow.types.notifier.Notifier method)
(taskflow.types.notifier.RestrictedNotifier method)
can_trigger_notification() (taskflow.types.notifier.Notifier method)
check() (taskflow.exceptions.WrappedFailure method)
check_for_eventlet() (in module taskflow.utils.eventlet_utils)
claim() (taskflow.jobs.base.JobBoard method)
cleanup() (taskflow.types.cache.ExpiringCache method)
clear() (taskflow.types.cache.ExpiringCache method)
close() (taskflow.jobs.base.JobBoard method)
CompilationFailure
ConductorFailure
connect() (taskflow.jobs.base.JobBoard method)
connected (taskflow.jobs.base.JobBoard attribute)
consume() (taskflow.jobs.base.JobBoard method)
copy() (taskflow.types.sets.OrderedSet method)
count() (in module taskflow.utils.iter_utils)
created_on (taskflow.jobs.base.Job attribute)

D

DelayedPretty (class in taskflow.utils.kombu_utils)
DependencyFailure
deprecation() (in module taskflow.utils.deprecation)
deregister() (taskflow.types.notifier.Notifier method)
deregister_event() (taskflow.types.notifier.Notifier method)
details (taskflow.jobs.base.Job attribute)
details_filter (taskflow.types.notifier.Listener attribute)
difference() (taskflow.types.sets.OrderedSet method)
DiGraph (class in taskflow.types.graph)
Duplicate

E

Empty
events_iter() (taskflow.types.notifier.RestrictedNotifier method)
ExecutionFailure
ExpiringCache (class in taskflow.types.cache)
export_to_dot() (taskflow.types.graph.DiGraph method)

F

fetch() (in module taskflow.conductors.backends)
find_first_match() (in module taskflow.utils.iter_utils)
find_owner() (taskflow.jobs.base.JobBoard method)
Flow (class in taskflow.flow)
(class in taskflow.patterns.graph_flow)
(class in taskflow.patterns.linear_flow)
(class in taskflow.patterns.unordered_flow)
freeze() (taskflow.types.graph.DiGraph method)

G

get() (taskflow.types.cache.ExpiringCache method)
get_edge_data() (taskflow.types.graph.DiGraph method)

I

IncompatibleVersion
intersection() (taskflow.types.sets.OrderedSet method)
InvalidFormat
InvalidState
is_directed_acyclic() (taskflow.types.graph.DiGraph method)
is_equivalent() (taskflow.types.notifier.Listener method)
is_registered() (taskflow.types.notifier.Notifier method)
issubset() (taskflow.types.sets.OrderedSet method)
issuperset() (taskflow.types.sets.OrderedSet method)
iter_links() (taskflow.flow.Flow method)
iterjobs() (taskflow.jobs.base.JobBoard method)

J

Job (class in taskflow.jobs.base)
job_count (taskflow.jobs.base.JobBoard attribute)
JobBoard (class in taskflow.jobs.base)
JobBoardIterator (class in taskflow.jobs.base)
JobFailure

K

kwargs (taskflow.types.notifier.Listener attribute)

L

last_modified (taskflow.jobs.base.Job attribute)
link() (taskflow.patterns.graph_flow.Flow method)
(taskflow.patterns.graph_flow.TargetedFlow method)
Listener (class in taskflow.types.notifier)
listeners_iter() (taskflow.types.notifier.Notifier method)

M

make_completed_future() (in module taskflow.utils.async_utils)
merge_graphs() (in module taskflow.types.graph)
MESSAGE_TPL (taskflow.exceptions.MissingDependencies attribute)
MissingDependencies
moved_proxy_class() (in module taskflow.utils.deprecation)
MovedClassProxy (class in taskflow.utils.deprecation)
MultipleChoices

N

name (taskflow.flow.Flow attribute)
(taskflow.jobs.base.Job attribute)
(taskflow.jobs.base.JobBoard attribute)
no_predecessors_iter() (taskflow.types.graph.DiGraph method)
no_successors_iter() (taskflow.types.graph.DiGraph method)
NotFound
Notifier (class in taskflow.types.notifier)
notify() (taskflow.types.notifier.Notifier method)
NotifyingJobBoard (class in taskflow.jobs.base)
NotImplementedError

O

OrderedSet (class in taskflow.types.sets)

P

pformat() (taskflow.exceptions.TaskFlowException method)
(taskflow.types.graph.DiGraph method)
post() (taskflow.jobs.base.JobBoard method)
provides (taskflow.flow.Flow attribute)
Python Enhancement Proposals
PEP 3134, [1]

R

raise_with_cause() (in module taskflow.exceptions)
register() (taskflow.types.notifier.Notifier method)
register_deregister() (in module taskflow.types.notifier)
RequestTimeout
requires (taskflow.flow.Flow attribute)
RESERVED_KEYS (taskflow.types.notifier.Notifier attribute)
reset() (taskflow.types.notifier.Notifier method)
reset_target() (taskflow.patterns.graph_flow.TargetedFlow method)
RestrictedNotifier (class in taskflow.types.notifier)
retry (taskflow.flow.Flow attribute)

S

set_target() (taskflow.patterns.graph_flow.TargetedFlow method)
state (taskflow.jobs.base.Job attribute)
StorageFailure
StrMixin (class in taskflow.utils.mixins)

T

TargetedFlow (class in taskflow.patterns.graph_flow)
Task/retry arguments
Task/retry results
taskflow.conductors.backends (module)
taskflow.exceptions (module)
taskflow.flow (module)
taskflow.jobs.base (module)
taskflow.patterns.graph_flow (module)
taskflow.patterns.linear_flow (module)
taskflow.patterns.unordered_flow (module)
taskflow.types.cache (module)
taskflow.types.graph (module)
taskflow.types.notifier (module)
taskflow.types.sets (module)
taskflow.types.timing (module)
taskflow.utils.async_utils (module)
taskflow.utils.deprecation (module)
taskflow.utils.eventlet_utils (module)
taskflow.utils.iter_utils (module)
taskflow.utils.kombu_utils (module)
taskflow.utils.mixins (module)
TaskFlowException
Timeout (class in taskflow.types.timing)
topological_sort() (taskflow.types.graph.DiGraph method)
trash() (taskflow.jobs.base.JobBoard method)

U

UnclaimableJob
union() (taskflow.types.sets.OrderedSet method)
uuid (taskflow.jobs.base.Job attribute)

W

wait() (taskflow.jobs.base.JobBoard method)
while_is_not() (in module taskflow.utils.iter_utils)
WrappedFailure