Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the workflow runtime to execute the activity.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Function Execute ( _
provider As ActivityExecutionContext _
) As ActivityExecutionStatus
'Usage
Dim provider As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus
returnValue = Me.Execute(provider)
protected override ActivityExecutionStatus Execute(
ActivityExecutionContext provider
)
Parameters
provider
Type: System.Workflow.ComponentModel.ActivityExecutionContextThe ActivityExecutionContext that is associated with this Activity and execution. Gets or sets the [WorkflowContext] from which the
Return Value
Type: System.Workflow.ComponentModel.ActivityExecutionStatus
Returns ActivityExecutionStatus.
See Also
Reference
ExtractSubstringFromIndexLengthActivity Class