How to cancel or skip an ActivityTask which status is SCHEDULED #4412
Answered by
longquanzheng
Aug 24, 2021
Replies: 1 comment 17 replies
|
There is no such tool to skip a scheduled activity task . But You could write the workflow in a way that on receiving a signal then skip waiting for the results of the activity. Could you tell more about the debugging? Do you just want to run a specific activity? |
17 replies
Answer selected by
longquanzheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

There is no such tool to skip a scheduled activity task . But You could write the workflow in a way that on receiving a signal then skip waiting for the results of the activity.
Could you tell more about the debugging? Do you just want to run a specific activity?