public class ListWorkflowInstanceResponse extends Object
Modifier and Type | Field and Description |
---|---|
List<Action> |
actions |
String |
businessKey |
Map<Integer,List<Integer>> |
childWorkflows |
org.joda.time.DateTime |
created |
String |
externalId |
int |
id |
org.joda.time.DateTime |
modified |
org.joda.time.DateTime |
nextActivation |
Integer |
parentActionId |
Integer |
parentWorkflowId |
int |
retries |
org.joda.time.DateTime |
started |
String |
state |
String |
stateText |
Map<String,Object> |
stateVariables |
String |
status |
String |
type |
Constructor and Description |
---|
ListWorkflowInstanceResponse() |
public int id
public String status
public String type
public Integer parentWorkflowId
public Integer parentActionId
public String businessKey
public String externalId
public String state
public String stateText
public org.joda.time.DateTime nextActivation
public int retries
public org.joda.time.DateTime created
public org.joda.time.DateTime modified
public org.joda.time.DateTime started
Copyright © 2014–2015 Nitor Creations. All rights reserved.