Share via


Control of Row Changes Based on State

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

If you want the workflow process to make it possible for rows to be added, updated, or deleted from the table, you must supply the appropriate transition events.

**Note   **You are not required to add script; you only must add the transitions.

To make it possible for rows to be: Add:
Inserted in a state A transition from the Item Created shape to the state
Deleted in a state A transition from the state to the Item Deleted shape
Modified in a state A Transition Within to the state

See Also

When to Use Which Event | Script Procedure Names | OnEnter and OnExit Events | OnExpire Events | Adding Transition Events | Automating Changes and Events