在这里,我被我的drop点的问题困扰着。
Here is the scenario:
-> we are using JAVA POST api for inserting values in sage database(Using flowgear sage evolution node).
-> when we are online, and the workflow is called from api then everything works fine.
-> But when i am offline or out of internet(my workflow is not call)
then it gives workflow offline error.
i.e "DropPoint '****-***' is offline and is required for this Workflow".那么,有没有办法在我们离线的时候管理命中和数据丢失。我会怀念我的数据插入鼠尾草,当我离线,api将被调用,请您能指导我在相同的。谢谢
发布于 2016-02-23 15:06:21
Flowgear实际上并不是用来处理这个问题的。最好在源位置缓存要发送的内容,并能够在成功集成之前保留未发送的数据。
也就是说,以下是推荐的方式:
https://stackoverflow.com/questions/35570218
复制相似问题