|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Name of the process definition for which you wish to configure tracing. Specifying * signifies all process definitions. If ActivityClass is specified, this argument is optional. Name of the activity for which you wish to configure tracing. Specifying * signifies all activities. If ActivityClass is specified, this argument is optional.
If true, tracing is enabled for all activities. If false, tracing will be disabled for all activities. If true, tracing is enabled for all process starters. If false, tracing will be disabled for all process starters. If true, tracing is enabled for all user-defined roles. If false, tracing will be disabled for all user-defined roles.
Name of the process starter for which you wish to configure tracing. Specifying * signifies all process starters. If StarterClass is specified, this argument is optional.
Name of the role for which you wish to configure tracing. Specifying * signifies all roles.
Name of the user-defined role for which you wish to configure tracing. Specifying * signifies all user-defined roles.
Retrieves information about the activities that have been executed for a given process definition since the engine was started. The activity information is cumulative. A single activity name represents all executions of that activity. The min/max fields can be reset with the ResetActivityStats method.
•
•
•
Specify Active to retrieve information about process starters with the ACTIVE or READY status. Specify Inactive to retrieve information about process starters with the INACTIVE status.
Retrieves the process instances that can be recovered. See Managing Recoverable Process Instances for more information about recoverable process instances. Use the returned process instance ID in the RestartRecoverableProcess or RemoveRecoverableProcess commands.
•
Retrieves the file name of the file where activity statistics are currently being collected. See Storing Process Instance and Activity Statistics for more information about collecting activity statistics.
Retrieves statistics for XA transactions initiated using the TIBCO XA Transaction Manager or Arjuna Transaction Manager. Statistics are totals collected for the lifetime of the process engine. See TIBCO ActiveMatrix BusinessWorks Process Design Guidefor more information about XA transactions.
true if tracing is enabled for the specified activity, false if tracing is disabled.
true when tracing is enabled for all activities. false when tracing is disabled for all activities. true when tracing is enabled for all process starters. false when tracing is disabled for all process starters.
true if tracing is enabled for the specified process starter, false if tracing is disabled.
true if tracing is enabled for the specified role, false if tracing is disabled.
The statistics for idle connections are available for the time set by the engine property Engine.DBConnection.idleTimeout. By default, this property is set to 5 minutes.Retrieves information about the currently in-flight XA transactions being processed by the TIBCO XA Transaction Manager or Arjuna Transaction Manager. In-flight transactions are all transactions that have not completed or rolled back. See TIBCO ActiveMatrix BusinessWorks Process Design Guidefor more information about XA transactions.
Please refer to http://java.sun.com/products/jta/javadocs-1.0.1/index.html for more information about XID. Retrieves the current settings for all Instrumentation properties.
Removes the specified recoverable process instance from the list of potential recoverable processes. After executing this method, the checkpoint data of the specified process instance is removed and the process instance will no longer be able to be recovered. Obtain the process ID of the recoverable process with the GetRecoverableProcesses method.
Resets the minimum, maximum, and average time statistics gathered for process instances. See GetProcessDefinitions for more information about process instance statistics.
Restarts the specified recoverable process. Obtain the process ID of the recoverable process with the GetRecoverableProcesses method.
• AllProcessStarters — resumes all process starters.
• AllProcesses — resumes all processes.
• AllProcessStartersAndProcesses — resumes all processes and process starters.
Sets the Instrumentation property for the specified process definition to a given value. The OnProcessActivity and OnProcessStateChanged methods will be called for the specified processes definition names.For example, use property name "*" and value "true" to enable those asynchronous methods for all process definitions. The property name does not need to begin with "Instrumentation.", but if it does, the leading "Instrumentation." will be ignored.See Enabling TIBCO Hawk for more information about the Instrumentation property.
Name of the process definition for which you wish to alter the Instrumentation property. Specify * for this argument if you wish to enable or disable instrumentation for all process definitions. true if you wish to enable instrumentation for the given process definition. false if you wish to disable instrumentation for the given process definition.Sets the specified engine tracing property to the specified value. While you can set properties with this method, ConfigureActivityTracing, ConfigureProcessStarterTracing, and ConfigureUserDefinedTracing are simpler to use for setting trace properties.See Trace Properties for more information about tracing properties.
true if you wish to enable the property. false if you wish to disable the property.Enables collection of statistics for each executed activity. See Storing Process Instance and Activity Statistics for more information about collecting activity statistics.Disables collection of statistics for each executed activity. See Storing Process Instance and Activity Statistics for more information about collecting activity statistics.
• AllProcessStarters — suspends all process starters.
• AllProcesses — suspends all processes.
• AllProcessStartersAndProcesses — suspends all processes and process starters.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |