Table of Contents

Work Process Editor

Work Process editor is a full-screen component for managing Work Processes and Versions.


WP


Events

Work Process Deleted

This event is raised when a user deletes a Work Process. The Event args contains the following data:

Example

{
Data: {
  WorkProcessID: "<work process id>",
  WorkProcessName: "<name of the work process>"
}
}

See Also


Videos