This section gives settings samples of parameters and values when receiving data by HTTP communication for each Data type.
BPMN Icons: [Message Start Event (HTTP)], [Catching Message Intermediate Event (HTTP)]
String type
Style of Parameter Name |
Sample | Description |
---|---|---|
q_string (data[9].input) |
q_string=foo |
Numeric type
q_numeric (data[9].usdecimal) |
q_numeric=1234.56 | Thousands separator: None Decimal separator: Dot (.) (Do not include the prefix or suffix.) |
* Data which has digits after the decimal place results in a receive error. Therefore, please set up to carry out prior processing such as integer rounding and truncation
Select type
q_selects (data[9].selects) |
q_selects=true q_selects=ja&q_selects=en |
Specify 'Choice ID' If the input type is [check boxes] and you wish to specify multiple choices, multiple transmissions are made with the same parameter name. |
Date type
q_date |
q_date=2011-10-27 q_date=2011-10 q_date=2010 q_date=10-27 |
Follows the Sub-type setting in Data Item |
Date Time type
q_datetime (data[9].datetime) |
q_datetime=2011-10-27 12:34 |
File type
q_file (data[9].upload) |
<form action=”https://xxx.yyy/” method=”post” enctype=”multipart/form-data”> <input type=”file” name=”q_file” /> |
File is sent by POST multipart |
User type
q_user |
q_user=sample@example.com | Specify 'Email address' of User |
Organization type
q_org (data[9].qgroupName) |
q_org=Sales | Specify 'Name' of Group |
Discussion type
q_discuss (data[9].console) |
q_discuss=test+comments | To be appended instead of overwritten. Only one comment can be added |
Table type
q_table (data[9].input) |
q_table=<list><row><col>Apple</col><col>2.5</col><col>3</col><col>7.50</col></row> <row><col>Orange</col><col>1.3</col><col>2</col><col>2.60</col></row> </list> |
Example of 'Table-type' input
Guide Panel type
(Display Only) |
Title
title | title=foo |
Comments
0 comments
Article is closed for comments.