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