1.Orchestration或者Scope如果具有事务特性,那么可以设置timeout.
2.Parallel Action中各个branch间如果涉及到对同一个变量的读写,需要把同步属性设置为true。
3.A line of code in an Expression shape will not be interrupted by either an exception in a parallel branch or a TimeOutException arising from a timed-out scope.
4.A Delay shape or Receive shape, etc. will be interrupted by either an exception in a parallel branch or a TimeOutException arising from a timed-out scope.

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-07-19
  • 2021-11-21
  • 2021-07-14
  • 2021-12-02
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2021-12-19
  • 2021-11-06
相关资源
相似解决方案