Declaring Type: IHttpApi
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Send a document to a workflow.
public Task<WorkflowResponse<TModel>> PostWorkflowExecution<TModel>(string workflowId, WorkflowParameter workflowParameter);
TModel
Document type.
workflowId
string
The ID of the workflow.
workflowParameter
WorkflowParameter
Task<WorkflowResponse<TModel>>
Documentation generated by MdDocs