3.3 MIM Related Functions

mimGet

Returns the value of a MIM resource available in the workflow.

public Object mimGet( string qualifiedName );
ParameterDescription

qualifiedName

Name of the MIM resource whose value is to be returned

Returns

MIM value as any type. The result always needs to be type casted or else compilation fails

Example - Using mimGet

mimGet("Workflow", "Batch Count"); // Retrieving a MIM resource owned by the workflow.
mimGet("Analysis_1", "Inbound Bytes"); // Retrieving a user defined MIM resource owned by the agent "Analysis_1".