Method StartWith
StartWith<TActivity>()
Appends an activity. Identical to Then<TActivity>() — it exists so a definition can open with the word that reads correctly.
IWorkflowBuilder<TData> StartWith<TActivity>() where TActivity : IActivity<TData>
Returns
- IWorkflowBuilder<TData>
Type Parameters
TActivity