You can add process step extensions (these can also be third-party components or plug-ins) to be executed by automatically upon certain events. This is useful if you want to individually adjust specific behaviors of XBOUND components. Examples:
Before processing begins (BeforeStartProcessing event)
After a document is checked out (AfterCheckout)
Before a document is checked in (BeforeCheckin)
After a document is checked in (AfterCheckin)
Before a document is deleted (BeforeDelete)
Process step extensions can be used to modify documents if the document is writable. If errors occur, documents are checked in with an error status. See Customizing XBOUND using the API for more information.
Using the XBOUND Management Center, open a console containing the Process Designer.
Select > . The dialog is displayed.
Click and use the dialog to navigate to the DLL containing the process step extension.
Under , select where you want to implement the extension. Extensions can be implemented globally, or on a client, process, or process step.
Drag the extension from the pane to the pane.
Click in the column to activate the extension.
If the extension has settings, click the button (
)
in the column to adjust
them.
To delete a process step extension, click the
button (
) in the pane.
Configuring an XBOUND process: Overview