Skip to main content
InSource Solutions

TN BPM103 Getting Activity Details for a Specific User Skelta BPM

insource logo large.jpg

 

Description

The Skelta API functionality if you need to get specific activity details for specified user. You may have cause to report on user activity for a Workflow instance.

 

  • Author: Michael Dudley
  • Published: 12/07/2015
  • Applies to: Wonderware Skelta BPM 2014

 

 

Details

The 'LoadMyActivityData()' API is used to get the activity details for a specified user.

 

 

Use the following syntax to load and retrieve user information into a dataset:

 

 

// BAM Class

 

 

Skelta.BAM.BAM objBam = new Skelta.BAM.BAM();

 

 

 

//Getting the Workflow data for Transaction details

 

 

DataSet ds = objBam.LoadMyActivityData("ApplicationName", "WorkflowName", "UserName");

 

 

 

 

Where:

ApplicationName = Name of the application in which activity details is required.

WorkflowName = Name of the workflow.

UserName = UserId of the user of the required user.