Workflow Page

Using Workflow API you can expose sequential workflow functionality through the API. You would use this API typically where simple Data Page would not provide enough functionality, e.g. when additional processing has to happen before storing the data in the database.

Attributes

Workflow A sequential workflow to be called when the API is accessed.

Behavior

Sequential workflow APIs currently do not return any data, although you can use the output contexts for managing where the HTTP request will be redirected after the workflow has finished.

More In This Chapter