CreateBookmark<>
The CreateBookmark<> activity creates a named bookmark where the workflow execution can be resumed at a later time and through which data can be delivered.
The only difference between CreateBookmark and CreateBookmark<> is that CreateBookmark<> allows an input argument. You select the .NET data type for the input, for example, Int32, String, Boolean, Array, Object, etc.
Properties
Property | Value | Required | Notes |
---|---|---|---|
BookmarkName | InArgument<String>
|
Yes | Specify the BookmarkName using a VB expression or variable. |
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
Result | OutArgument<selected data type>
|
Yes | Specify the Result using a VB expression or variable. Select the data type when you add the activity to the workflow. |