All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
NextActivity Class Reference

Represents the details of the next activity in the work queue. More...

Public Member Functions

 NextActivity ()
 Initializes a new instance of the NextActivity class. More...
 

Properties

string AssociatedFile [get, set]
 Gets or sets the associated file. More...
 
short EmbeddedProcessCount [get, set]
 Gets or sets the identifier for the Process level for the business process map, 0 for parent, 1 for child etc. More...
 
bool FoundActivity [get, set]
 Gets or sets a value indicating whether a next activity has been found to perform. More...
 
string JobId [get, set]
 Gets or sets the unique identifier for the job from which the activity belongs. More...
 
int NodeId [get, set]
 Gets or sets identifier for the Node from which the Activity is based. More...
 

Description

Represents the details of the next activity in the work queue.

Constructor & Destructor Documentation

Initializes a new instance of the NextActivity class.

Property Documentation

string AssociatedFile
getset

Gets or sets the associated file.

short EmbeddedProcessCount
getset

Gets or sets the identifier for the Process level for the business process map, 0 for parent, 1 for child etc.

bool FoundActivity
getset

Gets or sets a value indicating whether a next activity has been found to perform.

string JobId
getset

Gets or sets the unique identifier for the job from which the activity belongs.

int NodeId
getset

Gets or sets identifier for the Node from which the Activity is based.