2

I need to turn on\off chore or change it's start time during proceess regarding some conditions, how can i do this?

Horosho
  • 647
  • 1
  • 8
  • 22

1 Answers1

1

Not sure if it's possible by using TI. It might be possible through REST API. But you may store chore time of execution in the cube. And create a special chore which would check condition (cube cell value = current time) in every minute/two and run target process.

eugene
  • 71
  • 1
  • 8