Connection.WorkflowService (etl_core v0.1.54)

Work with Workflow Service

Link to this section Summary

Link to this section Functions

Link to this function

get_details(url, headers, type_documentary, contentref, ticket)

Returns the tasks associated with a record

parameter

Parameter:

- url: String. URL of the service. It is assumed that the url contains 3 parameters to replace them: <type_documentary>, <contentref>, <ticket>.

- headers: List.

- type_documentary: String. Associated documentary type.

- contentref: String. Node/document identifier.

- ticket: String: Ticket.

return

Return:

-  {:ok, details} | {:error, message} | Exception