Invoking a Publish Channel

black and blue electronic tools on green circuit board

Integrations between Maximo and external systems are built using input and output integration points. The output of information through the integration is usually done through the Publish Channels or the Invoke Channels.

In case you need to invoke a Publish Channel with a certain business logic, it would be the following:

# Invoking a Publish Channel
from psdi.iface.mic import PublishChannelCache

PublishChannelCache.getInstance().getPublishChannel("MyPublishChannel").publish(mbo, True)

If you found my post interesting or useful and just want to say thanks, you can always buy me a coffee.

Leave a Reply