Click or drag to resize

ICustomWorkflowActionExecute Method


Executes this action.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Execute(
	ITransition transition,
	IWorkflow workflow,
	IUserSession session
)

Parameters

transition
Type: Ingeniux.CMSITransition
Transition of workflow going through
workflow
Type: Ingeniux.CMSIWorkflow
The workflow instance that is being advanced
session
Type: Ingeniux.CMSIUserSession
User session that performs this action. This session is a UserWriteSession.
See Also