OBJECT

WorkflowRuntimeResponse

link GraphQL Schema definition

1type WorkflowRuntimeResponse {
2
3success: Boolean!
4
5# Error message if success is false
6message: String
7
8# uri of veritone workflow instance.
9# This is only available when Workflow request is successful
10uri: String
11
12# Authentication token used for webhooks
13authToken: String
14
15# Creation date of this history record
16createdDateTime: DateTime
17
18# Last modified date of this history record
19modifiedDateTime: DateTime
20
21}

link Required by

This element is not required by anyone