Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.task
Interface IInitiateTaskResponse


public interface IInitiateTaskResponse

Method Summary
 Task getTask()
          The task after initiating
 IWorkflowContext getWorkflowContext()
          The workflow context that can be used to operate on this task

 

Method Detail

getTask

public Task getTask()
The task after initiating
Returns:
Task The task after initiating

getWorkflowContext

public IWorkflowContext getWorkflowContext()
The workflow context that can be used to operate on this task
Returns:
IWorkflowContext The IWorkflowContext that can be used to operate on this task

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.