Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.workItemExecutionType module

The execution type of the work item

Values

pdg.workItemExecutionType.Regular

A regular work item, which is in the cooking state as long as its out of process task is still running

pdg.workItemExecutionType.LongRunning

A special work item that may be marked as cooked before its out of process task completes. The work item itself represents the initialization step of a long-running out of process task .

pdg.workItemExecutionType.Cleanup

A special work item that cleans up or kills an existing long running task.

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