Package io.nflow.rest.v1.msg
Class Action
java.lang.Object
io.nflow.engine.model.ModelObject
io.nflow.rest.v1.msg.Action
- 
Field SummaryFieldsModifier and TypeFieldDescriptionorg.joda.time.DateTimeorg.joda.time.DateTimeintlongint
- 
Constructor SummaryConstructorsConstructorDescriptionAction()Action(long id, String type, String state, String stateText, int retryNo, org.joda.time.DateTime executionStartTime, org.joda.time.DateTime executionEndTime, int executorId) Action(long id, String type, String state, String stateText, int retryNo, org.joda.time.DateTime executionStartTime, org.joda.time.DateTime executionEndTime, int executorId, Map<String, Object> updatedStateVariables) 
- 
Method SummaryMethods inherited from class io.nflow.engine.model.ModelObjectequals, hashCode, toString
- 
Field Details- 
idpublic long id
- 
type
- 
state
- 
stateText
- 
retryNopublic int retryNo
- 
executionStartTimepublic org.joda.time.DateTime executionStartTime
- 
executionEndTimepublic org.joda.time.DateTime executionEndTime
- 
executorIdpublic int executorId
- 
updatedStateVariables
 
- 
- 
Constructor Details- 
Actionpublic Action()
- 
Action
- 
Action
 
-