All Packages Class Hierarchy This Package Previous Next Index
This function/method retrieves the block instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
This function/method retrieves the process instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
This function/method refreshes the block instance monitor from the MQ Workflow execution server (action call).
public abstract ActivityInstance[] activityInstances() throws FmcException
public abstract ControlConnectorInstance[] controlConnectorInstances() throws FmcException
public abstract BlockInstanceMonitor obtainBlockInstanceMonitor(ActivityInstance activity) throws FmcException
This function/method retrieves the block instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
The specified activity instance must be of type Block and be part of this block instance monitor.
public abstract ProcessInstanceMonitor obtainProcessInstanceMonitor(ActivityInstance activity, boolean deep) throws FmcException
This function/method retrieves the process instance monitor for the specified activity instance from the MQ Workflow execution server (action call).
The specified activity instance must be of type Process and be part of this block instance monitor.
When the deep option is specified, then activity instances of type Block are resolved, that is, their block instance monitors are also fetched from the server.
Note: | Deep is currently not supported. |
public abstract void refresh(boolean deep) throws FmcException
This function/method refreshes the block instance monitor from the MQ Workflow execution server (action call).
All information about the block instance monitor is retrieved.
When the deep option is specified, then activity instances of type Block are resolved, that is, their block instance monitors are also refreshed from the server.
Note: | Deep is currently not supported. |
All Packages Class Hierarchy This Package Previous Next Index