Skip navigation links


oracle.iam.platform.workflowservice.api
Interface WorkflowCallback


public interface WorkflowCallback

The call back class that will be called when a workflow service is completed.


Method Summary
 void completed(java.lang.String id, java.lang.String outcome)
          This method will be called when a workflow intance is completed.

 

Method Detail

completed

void completed(java.lang.String id,
               java.lang.String outcome)
This method will be called when a workflow intance is completed.
Parameters:
id - provider specific id of the workflow instance that is completed
status - status of the workflow isntance

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.