optimajet / WorkflowServer

Workflow Server is a ready-to-use Workflow Engine-based application that you can deploy into your infrastructure. It can be integrated with NodeJS, PHP, Ruby, .NET, or Java applications via a REST API. Workflow Server is a key component for managing the lifecycle of business objects within your enterprise.
https://workflowserver.io
192 stars 55 forks source link

Send header & form parameters via REST API #11

Closed neilharia7 closed 4 years ago

neilharia7 commented 4 years ago

Hi, is it possible to send multiple parameters in urlencoded format as well as in the headers?

optimajet commented 4 years ago

Hi. Yes, it is possible, you can use the JSON array with parameters in the URL. Like here: http://localhost:8077/workflowapi/createinstance/f19dc004-401d-d684-5041-405cd4473f15?schemeCode=simple&parameters=[{%22persist%22:true,%22name%22:%22parameter1%22,%22value%22:%2242%22}]