Name |
Type |
Description |
isStillValid
|
boolean
|
Returns true is the workflow input is still valid, false if it has been deleted.Returns true is the workflow input is still valid, false if it has been deleted. |
name
|
String
|
Returns the name of the workflow input.Returns the name of the workflow input. |
startDate
|
java.util.Date
|
Get the workflow input start date.the date object |
startDateAsString
|
String
|
Get the workflow input start date as formated string.the formated date string |
state
|
String
|
Return the workflow input state ('waiting' or 'completed'). |