Package io.nflow.rest.v1.msg
Class Action
java.lang.Object
io.nflow.engine.model.ModelObject
io.nflow.rest.v1.msg.Action
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.joda.time.DateTime
org.joda.time.DateTime
int
long
int
-
Constructor Summary
ConstructorsConstructorDescriptionAction()
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 Summary
Methods inherited from class io.nflow.engine.model.ModelObject
equals, hashCode, toString
-
Field Details
-
id
public long id -
type
-
state
-
stateText
-
retryNo
public int retryNo -
executionStartTime
public org.joda.time.DateTime executionStartTime -
executionEndTime
public org.joda.time.DateTime executionEndTime -
executorId
public int executorId -
updatedStateVariables
-
-
Constructor Details
-
Action
public Action() -
Action
-
Action
-