Code Monkey home page Code Monkey logo

Comments (3)

Barenboim avatar Barenboim commented on June 9, 2024

不是已经支持了吗?create_timedgo_task。
当然,我们无法中断你的执行函数,但是如果执行时间到直接callback,state=WFT_STATE_SYS_ERROR,error=ETIMEDOUT。

from workflow.

Barenboim avatar Barenboim commented on June 9, 2024

建议通过判断state是否为WFT_STATE_SUCCESS来确定时正常执行完成,还是超时(之前有一个版本,超时时的state不是ERROR而是ABORTED)。
另外需要注意的是,不要在你的执行函数里访问series,因为这种情况下series可能已经结束了。但执行函数里访问task没问题。

from workflow.

HzjFirst avatar HzjFirst commented on June 9, 2024

好的,好的,收到了,不好意思,没有好好看😂

from workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.