







Provides additional workflow activities
Classes
Class | Description | |
---|---|---|
![]() | AddToDictionary<(Of <(<'TKey, TValue>)>)> |
The AddToDictionary activity will add a key value pair to a dictionary.
|
![]() | ClearDictionary<(Of <(<'TKey, TValue>)>)> |
The ClearDictionary will clear a dictionary.
|
![]() | DelayUntilDateTime |
The DelayUntilDateTime activity will delay until the specified date and time if it is in the future.
|
![]() | DelayUntilTime |
The DelayUntilTime activity
|
![]() | GetFromDictionary<(Of <(<'TKey, TValue>)>)> |
The GetFromDictionary activity will add a key value pair to a dictionary.
|
![]() | GetInstanceId |
Activity that returns the workflow instance ID
|
![]() | InvokeWorkflow |
Activity that invokes another workflow using WorkflowInvoker
|
![]() | KeyExistsInDictionary<(Of <(<'TKey, TValue>)>)> |
The KeyExistsInDictionary activity determines if a key exists in a dictionary
|
![]() | LoadActivity |
Loads a workflow definition from a XAML file
|
![]() | LoadAndInvokeWorkflow |
The load and invoke workflow.
|
![]() | LoadAssembly |
Loads an assembly into the current AppDomain
|
![]() | RemoveFromDictionary<(Of <(<'TKey, TValue>)>)> |
The RemoveFromDictionary activity will remove a key value pair to a dictionary.
|
![]() | ValueExistsInDictionary<(Of <(<'TKey, TValue>)>)> |
The ValueExistsInDictionary activity determines if a value exists in a dictionary
|