| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| index | Integer | The Index of the item to insert this item before or -1 to add to the end, -2 to insert before the current item (if this is the current Item Group), -3 to insert after the current item (if this is the current Item Group) | ||
| description | String | The Description. | ||
| itemId | String | The Id of this Item. | ||
| userId | String | The Id of the User to allocate to or a blank String if allocateToSupervisor is True. | ||
| allocateToSupervisor | Boolean | Indicates whether to allocate to the current Workflow User's Supervisor. | ||
| period | String | The review period, e.g., Immediate, 1 Week. | ||
| automatic | Boolean | Optional | Indicates whether this Item will run automatically. If omitted, a value of False is assumed. |
A finWorkflowItem object.