API Reference ============= Process ------- Implement this API to support a new Process. .. autoclass:: plumpy.processes::Process :members: :noindex: Finite State Machine ------------------------ Implement this API to support a new state machine. .. autoclass:: plumpy.base.state_machine::State :members: :noindex: .. autoclass:: plumpy.base.state_machine::StateMachine :members: :noindex: WorkChain ------------- Implement this API to support a new WorkChain. .. autoclass:: plumpy.workchains::WorkChain :members: :noindex: Controller ---------- .. autoclass:: plumpy.process_comms::RemoteProcessThreadController :members: :noindex: