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
I found an issue when using the GenericWorkflowQueueEntry class.
The execute method of the GenericWorkflowQueueEntry class should stop when the worfklow hardware object state is changed to ON, but in the current implementation the execute method enters an infinite loop and is never marked as completed
The text was updated successfully, but these errors were encountered:
I found an issue when using the GenericWorkflowQueueEntry class.
The
execute
method of theGenericWorkflowQueueEntry
class should stop when the worfklow hardware objectstate
is changed toON
, but in the current implementation theexecute
method enters an infinite loop and is never marked as completedThe text was updated successfully, but these errors were encountered: