pypushflow.persistence

Persistent recording of a workflow executions.

When the “PYPUSHFLOW_MONGOURL” environment variable is specified, the default database client is the BesDB client. Otherwise the default client is a dummy client.

Functions

init_db_client(*args[, db_type])

rtype:

WorkflowDbClient

register_actorinfo_filter(method)

param method:

Modules

pypushflow.persistence.besdb

pypushflow.persistence.dummy

pypushflow.persistence.interface

pypushflow.persistence.mongita

pypushflow.persistence.mongo

pypushflow.persistence.pymongo