Class Action


public class Action extends ModelObject
  • Field Details

    • id

      public long id
    • type

      public String type
    • state

      public String state
    • stateText

      public String stateText
    • retryNo

      public int retryNo
    • executionStartTime

      public org.joda.time.DateTime executionStartTime
    • executionEndTime

      public org.joda.time.DateTime executionEndTime
    • executorId

      public int executorId
    • updatedStateVariables

      public Map<String,Object> updatedStateVariables
  • Constructor Details

    • Action

      public Action()
    • Action

      public Action(long id, @NonNull String type, @NonNull String state, String stateText, int retryNo, org.joda.time.DateTime executionStartTime, org.joda.time.DateTime executionEndTime, int executorId)
    • Action

      public Action(long id, @NonNull String type, @NonNull String state, String stateText, int retryNo, org.joda.time.DateTime executionStartTime, org.joda.time.DateTime executionEndTime, int executorId, Map<String,Object> updatedStateVariables)