Example usage for com.amazonaws.services.simpleworkflow.model Run Run

List of usage examples for com.amazonaws.services.simpleworkflow.model Run Run

Introduction

In this page you can find the example usage for com.amazonaws.services.simpleworkflow.model Run Run.

Prototype

Run

Source Link

Usage

From source file:org.apache.camel.component.aws.swf.AmazonSWFClientMock.java

License:Apache License

@Override
public Run startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
        throws AmazonServiceException, AmazonClientException {
    return new Run().withRunId("run1");
}