10,730
edits
Line 775: | Line 775: | ||
* Log - Determine the result log printed by workflow. | * Log - Determine the result log printed by workflow. | ||
* OutputVariables - Contains the output variables returned from the workflow. | * OutputVariables - Contains the output variables returned from the workflow. | ||
== Asynchronous operations == | |||
All operations with "Multiple" in their names support asynchronous execution. Use the <code>Prefer</code> header to instruct the server to use async operations: | |||
Prefer: respond-async | |||
Prefer: respond-async, wait=10 | |||
The <code>wait</code> HTTP preference is optional. It indicates the maximum duration the client is willing to wait for a response. The default value is 20 seconds. | |||
The server returns "200 OK" when completed within the wait time or "202 Accepted" when not. | |||
== Webhooks == | == Webhooks == |