[This is preliminary documentation and is subject to change.]

Gets a list of possible workflow actions as defined in the OfficeClip system for a particular application depending on the stage and workflow type.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetWorkflowActions(
	int applicationId,
	int stageId,
	WorkflowType workflowType,
	int id,
	int workflowDefinitionId
)
Visual Basic (Declaration)
Public Function GetWorkflowActions ( _
	applicationId As Integer, _
	stageId As Integer, _
	workflowType As WorkflowType, _
	id As Integer, _
	workflowDefinitionId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetWorkflowActions(
	int applicationId, 
	int stageId, 
	WorkflowType workflowType, 
	int id, 
	int workflowDefinitionId
)

Parameters

applicationId
Type: System..::.Int32
Id of the application.
stageId
Type: System..::.Int32
Id of the Current stage of a particular item in the workflow.
workflowType
Type: OfficeClip.Utils..::.WorkflowType
Type of the workflow applicable to that particular item.
id
Type: System..::.Int32
Id of the item i.e. expense or timesheet.
workflowDefinitionId
Type: System..::.Int32
Id of the workflow definition.

Return Value

See Also