Daily report flow-weather record (Script Task)
Store Manager submits a daily report to the area manager to be checked at the [2. Report Check/Comment] Step. Automatically retrieves the day’s weather data via API and records it.
Download
daily-report-flow-weather-record-script-task-20210318-220-en.qar
Only available for Professional edition.
Notes
- You need to associate the Swimlane settings according to your organizational structure upon import
- You need to apply for the Open Weather service and obtain your API key (appid)
- Open Weather
- Set your API key to the Parameter Value of [appid] in the Send Parameter tab of the Throwing Message Intermediate Event (HTTP)
- Set the latitude of the point where you want to obtain weather information to [lat], and longitude to [lon]
- Likewise, modify [units] or add [lang] as you need
- See the details of Open Weather API: Weather API for the details
Arrangement Tips
- In the settings of this App, the request is sent to an API (One Call API) that is different from the scenario article
- In the scenario article, it is sent to Daily Forecast 16 days (for paid subscription)
- It is set not to acquire unnecessary data ([exclude])
- An Add-on which the component of request sending and JSON parsing has been packaged is published
- App using the Add-on: Daily report flow-weather record (Add-on)
See also
- Scenario: Meanings of Taking In the Meteorological Data to “Daily Reports” (Utilizing Weather API)
- Settings Required When Importing an Archive
- Manual: M217: Setting a Time and Date to Auto-Start a Process
- Manual: M230: Auto Executing Complicated Data Processing (ECMAScript)
- Manual: M225: Auto Sending of HTTP Requests with Business Data Inserted