Java com.amazonaws.services.simpleworkflow.model WorkflowExecutionInfo fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleworkflow.model WorkflowExecutionInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleworkflow.model WorkflowExecutionInfo.

The text is from its open source code.

Method

StringgetCloseStatus()

If the execution status is closed then this specifies how the execution was closed:

  • COMPLETED – the execution was successfully completed.

java.util.DategetCloseTimestamp()

The time when the workflow execution was closed.

WorkflowExecutiongetExecution()

The workflow execution this information is about.

StringgetExecutionStatus()

The current status of the execution.

java.util.ListgetTagList()

The list of tags associated with the workflow execution.