We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的理解trigger使用异步的执行流程的场景,有完整的使用example吗?如何进行异步执行流程?另外发现一些使用问题,流程在编排的时候可能需要一些节点固化的信息,比如流程名称,在actionHandle的自定义方法中使用,目前通过var的defaultvalue可以实现,但是StatefulProcess的actionHandle 封装在了函数中了,就不行了,这个怎么解决?
The text was updated successfully, but these errors were encountered:
关于异步执行上下文的问题,可以看看
Sorry, something went wrong.
异步的场景可以看下waitpaySuccessflow.bpm,主要是waitEventTask和waitTask,后面这个问题没太理解,有没有具体case可以看下
No branches or pull requests
我的理解trigger使用异步的执行流程的场景,有完整的使用example吗?如何进行异步执行流程?另外发现一些使用问题,流程在编排的时候可能需要一些节点固化的信息,比如流程名称,在actionHandle的自定义方法中使用,目前通过var的defaultvalue可以实现,但是StatefulProcess的actionHandle 封装在了函数中了,就不行了,这个怎么解决?
The text was updated successfully, but these errors were encountered: