Hello everyone, I have a paused task in a task ru...
# ask-community
a
Hello everyone, I have a paused task in a task run, and I want to start it programatically (I imagine via Graphql). Do I just set the state to "Running" in graphql to start it again or something else? Anyone know?
j
Hi Adam, you'd use the graphql api and set the state to
Resume
.
a
👍 Thank you!