close

Filter

loading table of contents...

Workflow Manual / Version 2210

Table Of Contents

5.3.3 Server-Side Actions

Caution

Caution

Note that the old legacy Workflow API is described here. It is preferable to use the Unified API for writing server-side actions. Please consult Section 6.10.3, “Actions” in Unified API Developer Manual for details.

Interface to implement

Server-side actions implement the interface com.coremedia.workflow.WfAction.

Convenience classes

For convenience you can subclass com.coremedia.workflow.common.actions.AbstractAction which already includes implementations of all needed getter and setter methods and which uses a condition as guard (isExecutable()). You need to implement the execute() method for your own functionality. This method will be called by the CoreMedia Workflow Server. In Section 5.3.6, “Example Action” you will find a complete example of a server-side action.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.