Appearance
WorkflowExecStatus
Extends Status to provide detailed information about a workflow exec task's status.
Instance Methods
getTriggerName()
Returns the name of the workflow started by the workflow exec task
getWorkflowInstanceGuid()
Returns the id of the workflow instance started by the workflow exec task
getWorkflowName()
Returns the id of the workflow started by the workflow exec task. The id can also be a name if variable expansion took place.
getChildWorkflow()
Returns the Wi of the child workflow started by this task.
getPassedParameter(parameterName)
getPassedParameter
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parameterName | String | The name of the parameter to return Returns the a string value of primative parameters. Parameters that are objects cannot be returned. |