Click or drag to resize

ICustomWorkflowActionExecute Method


Executes this action.

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

Parameters

transition  ITransition
Transition of workflow going through
workflow  IWorkflow
The workflow instance that is being advanced
session  IUserSession
User session that performs this action. This session is a UserWriteSession.
See Also