Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.workItemLogType module

Work item log message type

This enum exposes the log message types that can be used with the pdg.WorkItem.addLog method.

Values

pdg.workItemLogType.Error

The log message is an error. A type stamp and error prefix are added as a prefix to the message.

pdg.workItemLogType.Message

The log message is a generic log entry. A type stamp is added a prefix to the message.

pdg.workItemLogType.Raw

The log message is raw log data, and is added directly to the work item’s log without any additional formatting.

pdg.workItemLogType.Warning

The log message is a warning. A type stamp and warning prefix are added as a prefix to the message.

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