Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Step 2: Create the Custom Function

Step 2: Create the Custom Function

Your second task is to create the actual custom functions, each of which implements the IAeFunction interface. These also expose one single public method:
call(IAeFunctionExecutionContext, List)
; it performs the function's task that you create. The function's argument list (if any) is passed to the call method using the
List
argument. This function may optionally use the function execution
IAeFunctionExecutionContext
as needed. Individual custom functions should throw
AeFunctionCallException
, constructed to contain the root exception message, if they encounter a problem that prevents them from finishing their task.

0 COMMENTS

We’d like to hear from you!