| ProcessStartStartEditProcessCompleteFirstActivity Method |
Starts an edit process – the action object is inserted as target object.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Must match the target object type of the process template |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic void StartEditProcessCompleteFirstActivity(
CodeMethodInvokeContext context,
string processTemplateUIdStr,
string transitionTemplateUIdStr
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- processTemplateUIdStr
- Type: SystemString
UId of the process template that you want to start
- transitionTemplateUIdStr
- Type: SystemString
Transition going from the first activity. If it is empty the activity is not completed
See Also