activitiworkflow-activity

How to Start activiti workflow using rest api?


I create an activiti workflow. I want to start workflow using rest api. Please give some solution for the same. Thanks in advance


Solution

  • Take a look at the Activiti REST-API Reference: http://www.activiti.org/userguide/#_start_a_process_instance

    If you want to start a process instance, you can use POST runtime/process-instances