ICustomerFlowControl interface

Syntax

public interface ICustomerFlowControl

Usage

This interface defines common actions required to implement a workflow handling a maker/checker process for the creation of a new customer

The reference implementation uses the activiti workflow to start a new workflow and store a complete Create[Full[Money]]CustomerRequest call by serializing it into the activiti context (database tables). The continue method then tells activiti to finish the workflow based on our workflow definition and loads the previously stored request from the activiti context and either executes it in the approval case, or dismisses it and takes further defined actions in case of the reject case. The find method allows to search for "paused" create customer entries based on different criteria, which are matched against the stored create customer requests.

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.