Readonly
httpbinary Success
ApiError
Creates new Activity based on given Agreement. Note: This call shall get routed as a provider event (see ProviderEvent structure).
Timeout used in blocking calls waiting for eg. acknowledgement. How many seconds server should wait for response/acknowledgement of an action (0.0 means it should wait for other party's response indefinitely)
any Success
ApiError
Destroys given Activity. Note: This call shall get routed as a provider event (see ProviderEvent structure).
Timeout used in blocking calls waiting for eg. acknowledgement. How many seconds server should wait for response/acknowledgement of an action (0.0 means it should wait for other party's response indefinitely)
any Success
ApiError
Executes an ExeScript batch within a given Activity. Note: This call shall get routed directly to ExeUnit.
string Success
ApiError
Queries for ExeScript batch results. 'This call shall collect ExeScriptCommand result objects received directly from ExeUnit (via the long polling pattern). Note: two formats of response are specified (as indicated by the Accept header):
event: runtime
data:
This streaming endpoint requires dedicated implementation. '
Optional
commandIndex: numberWait until command with the specified index finishes. Must be accompanied by a valid "pollTimeout" query parameter.
Timeout used in long-polling calls (in seconds). How many seconds server should wait for response containing new events (0.0
means it should return immediately if there are no events)
any Success
ApiError
Sends encrypted command to secure exe-unit.