Executes this action.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Execute(
IWorkflow workFlow,
string comment,
IUser user,
ITransition transition
)
Sub Execute (
workFlow As IWorkflow,
comment As String,
user As IUser,
transition As ITransition
)
void Execute(
IWorkflow^ workFlow,
String^ comment,
IUser^ user,
ITransition^ transition
)
abstract Execute :
workFlow : IWorkflow *
comment : string *
user : IUser *
transition : ITransition -> unit Parameters
- workFlow IWorkflow
- Workflow that is advancing
- comment String
- Comments for workflow advancement
- user IUser
- The user who is performing the workflow advancement
- transition ITransition
- The transition that is used to advance the workflow
See Also