Question
Is it possible to check operating status of a destination HULFT and send files stored in HULFT Square when HULFT has already started?
Answer
Yes, it is possible to implement the requested process according to the following procedures:
- Confirm operating status of destination HULFT
Send a dummy file and confirm operating status of the destination HULFT based on the execution result.
- If destination HULFT has already started, send files stored in HULFT Square
Based on the result of the operation status check, use Conditional Branch or other components to implement the process of sending files if the destination HULFT has already started.
- Monitor operation status of destination HULFT periodically with Schedule Job
By periodically executing the process implemented in the above steps in a Schedule Job, it is possible to periodically check the operating status of the destination HULFT and send files at the timing when confirming its startup.
Supplemetary information
As an alternative, it is possible to execute a REST API job in HULFT Square when the destination HULFT starts and send files from HULFT Square.
Comments
0 comments
Article is closed for comments.