Executes this action.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
void Execute( IWorkflow workFlow, string comment, IUser user, ITransition transition, IUser assignUser = null )
Parameters
- workFlow
- Type: Ingeniux.CMSIWorkflow
Workflow that is advancing - comment
- Type: SystemString
Comments for workflow advancement - user
- Type: Ingeniux.CMSIUser
The user who is performing the workflow advancement - transition
- Type: Ingeniux.CMSITransition
The transition that is used to advance the workflow - assignUser (Optional)
- Type: Ingeniux.CMSIUser
The user the transition is assigning to. Null if it is assigning to the group.
See Also