Hi @BibhuNayak,
Yes, you can start a new workflow instance via HTTP request, POST method.
Method:
POST
Endpoint:
http://localhost:4502/etc/workflow/instances
Creates a new workflow instance. The parameters are:
- model: the ID (URI) of the respective workflow model
- payloadType: containing the type of the payload (for example JCR_PATH or URL).
The payload is sent as parameter payload. A 201 (CREATED) response is sent back with a location header containing the URL of the new workflow instance resource.
Documentation can be found here, https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-wor...