Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.workItemReadyResult module

The return type of a scheduler’s isWorkItemReady call

Values

pdg.workItemReadyResult.WorkItemBlocked

The work item is waiting on upstream dependencies to complete

pdg.workItemReadyResult.WorkItemReady

The work item is ready to cook

pdg.workItemReadyResult.WorkItemFailed

The work item cannot cook because it has failed dependencies

pdg

attributes

cooking

data

debugging

events

exceptions

  • pdg.AttribError

    Generic exception raised when an error occurs when accessing work item attributes

  • pdg.CookError

    Generic exception raised when an error running the graph.

  • pdg.ServiceError

    Generic exception raised when an error occurs during a PDG service manager operation

expressions

  • pdg.EvaluationContext

    A module with global functions that operate on the thread-local evaluation context

internal

nodes

schedulers

services

types

workitems