APIs

APIs have been exposed so you can access workflow output parameters.

The following APIs are exposed:

  • EventBusinessDelegate.getWorkflowOutput (in eventID)

    This API accepts the Event ID as input and returns a list of all workflow outputs (as a formatted string processID, Name, Value, Type). 
Here, Name represents the parameter name and Type represents the type of the value associated.

  • DocumentBusinessDelegate.downloadWorkflowOutputDocumentOrFile
(String processId, String name, String value, String valueType)

    This API can be used to download workflow outputs of type FILE or DOCUMENT. It returns byte.