| Name |
Type |
Description |
|
attributes
|
Attribute[]
|
Returns the attribute list of the workflow. |
|
description
|
String
|
Returns the description of the workflow. |
|
executions
|
WorkflowToken[]
|
Get all execution of a given workflow |
|
firstItem
|
WorkflowItem
|
Returns the first item of the workflow. |
|
inParameters
|
Parameter[]
|
Returns the input parameter list of the workflow. |
|
items
|
WorkflowItem[]
|
Returns the item list of the workflow. |
|
logEvents
|
LogEvent[]
|
Returns the log events |
|
name
|
String
|
Returns the name of the workflow. |
|
numberOfItem
|
Number
|
Returns the number of items in the workflow. |
|
outParameters
|
Parameter[]
|
Returns the output parameter list of the workflow. |
|
parameterInfos
|
Properties
|
Returns a properties object with as keys the parameters names and values the type of the parameter. |
|
version
|
String
|
Returns the version of the workflow. |
|
versionHistoryItems
|
VersionHistoryItem[]
|
Returns the versionHistoryItem list of the workflow. |
|
workflowCategory
|
WorkflowCategory
|
Returns the category object of the workflow |
| Name |
Returns |
|
execute(Object properties, Object uname, String pwd)
|
WorkflowToken
|
|
getExecutionUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl)
|
URL
|
|
getScheduleUrl(Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl)
|
URL
|
|
getWebviewExecutionUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl)
|
URL
|
|
getWebviewScheduleUrl(Object inWebviewUrlFolder, Object inPage, Object secure, Object inAutologon, Object inHost, Object inPort, Object inUrl)
|
URL
|
|
saveSchemaImageToFile(String file)
|
void
|
|
schedule(Object properties, Object startDate, Object uname, String pwd)
|
Task
|
|
scheduleRecurrently(Object properties, Object recurrencePattern, Object recurrenceCycle, Object startDate, Object endDate, Object uname, String pwd)
|
Task
|