Versions Compared
Version | Old Version 8 | New Version 9 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The HTTP event enables you to schedule a process flow to be triggered when an HTTP request is made to Connect Server. It also allows the request to pass the data to the process flow. The trigger can be used by an HTTP client application to integrate with process flow, deployed on the Connect Server.
Steps to create an HTTP event:
- Click Configure >EVENTS > HTTP.
Click Create HTTP Event.
On the Create HTTP Event window, type the name and description of the new HTTP Event in the Name and Description fields respectively.
Expand Advanced Properties to view the advanced properties of an HTTP Event.
- Type the email id in the Notification Receiver Email-ID(s) (comma separated) to receive error emails related to this HTTP event.
Select Trigger in Sequence check box to trigger the associated process flow in a sequential manner. If you do not select the Trigger in Sequence check box then the associated process flow will trigger concurrently.
Select the Project from the drop-down list of Project. This option is visible only when GAC is enabled.
Click Save.
Usage Recommendation
To read the context variable, within a process flow following steps are required:While creating the process flow, create a process flow variable. To know, how to create Process Flow Variable, refer to the section Creating Process Flow Variable.
Following steps are required to read the context variable within a process flow:
- Use this process flow variable as Context Source within process flow. To know, how to use a Process Flow Variable as Context Source, refer to the section Using Context Source and Context Target.
- Change the value of the Property Event Context Enabled to yes.
- Post the data using your HTTP client application to the following URL:
http://<servername>:<serverport>/adeptiaAdeptiaConnect2/rest/aisresources/receiveservlet?activityID=<entityid>&userID=<loginname>&password=<loginpassword>&group=IndigoGroup:<Group ID>
where
ServerName: Name of the server where Adeptia Connect Server is running.
ServerPort: Port at which Adeptia Connect Server is running. By default, it is 8080.
EntityID: 30 digit ID of the HTTP Trigger activity. To view Entity ID of the HTTP Trigger, click View in the HTTP Trigger Page.
LoginName: User ID of the Adeptia Server Connect Server
LoginPassword: Password of the Adeptia Connect Server
Group ID: 30 digit ID of the group, the user belongs to. To view Group ID of the group, click View in the Manage group page.
Panel | ||||
---|---|---|---|---|
| ||||
What's newBest practicesTraining guidesFrequently asked questionsAdeptia Connect APIsAdeptia security report |