You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like it was already considered. In NoOpenReviews I found the comment:
// If there's an error, best not to block the workflow, and just act like it passes??
followed by
throw new WorkflowException(e);
I think it is way better to not block the workflow. At the moment we cannot close any subtask while having issue #70. Maybe there is an easy way to show a warning in this case.
The text was updated successfully, but these errors were encountered:
Seems like it was already considered. In NoOpenReviews I found the comment:
followed by
I think it is way better to not block the workflow. At the moment we cannot close any subtask while having issue #70. Maybe there is an easy way to show a warning in this case.
The text was updated successfully, but these errors were encountered: