Category: Adaptiva
Represents a property bag, and provides storage for its data. Allows the creation of a new property bag, or its copying from an existing property bag
Properties
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
|---|---|---|---|---|---|---|---|
| NodeType | Contains the type for node | No | No | No | Output | No | |
| Data Type: Text | Comments: | ||||||
| Name | Name of the workflow node | Yes | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| Description | Description of the workflow node | No | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| PropertyBagNodeName | Nodename of the property bag activity on whose property bag instance list operations will be performed | Yes | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| Operation | Operation to be performed AddToBeginning, AddToEnd, Add, RemoveFromBeginning, RemoveFromEnd, Remove, Mark for removal, Remove marked instances, Clear, Get, Set, IsEmpty, GetSize, Iterate, Find, Sort | Yes | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| LogData | Any string to output to the workflow log | No | No | No | Input | No | |
| Data Type: Text | Comments: | ||||||
Operations
AddToBeginning
Adds an item to the start of an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
AddToEnd
Adds an items to the end of an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Add
Adds an item to an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
RemoveFromBeginning
Removes an item from the start of an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
RemoveFromEnd
Removes an item from the end of an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Remove
Removes an item from an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Mark for removal
Marks an item for removal from an existing property bag after enumeration
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Remove marked instances
Removes all items that have been marked for removal from an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Clear
Removes all items from an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Get
Gets the item at the specified position from an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Set
Sets the item at the specified position from an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
IsEmpty
Returns whether or not the specified property bag is empty
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
GetSize
Returns the number of items within the specified property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Iterate
Iterates all items in an existing property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Find
Finds an item within a specified property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Sort
Sorts the items within the specified property bag
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional |
|---|
Comments
0 comments
Please sign in to leave a comment.