Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:extensions:workflowdesigner:httphandler [2016/02/12 16:40] swarnat |
en:extensions:workflowdesigner:httphandler [2016/11/14 01:18] (current) swarnat |
||
|---|---|---|---|
| Line 47: | Line 47: | ||
| The values could be used inside the executed workflows in the **$env** variable. | The values could be used inside the executed workflows in the **$env** variable. | ||
| - | For example if you submit a variable //lastname// to the workflow, you could access the variable in every task of this workflow by using ''$env["lastname"]''. | + | For example if you submit a variable //lastname// to the HTTP Handler URL, you could access the variable in every task of this workflow by using ''$env["lastname"]''. |
| Line 55: | Line 55: | ||
| <code php> | <code php> | ||
| - | $url = '<urlofvtigerCRM>/<shorturl>?<ExecutionConfiguration>'; | + | $url = '<urlofvtigerCRM>/<shorturl>&<ExecutionConfiguration>'; |
| $fields = array( | $fields = array( | ||