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
VariableReaderreader = reader(externalTask); // No call to getAllVariablesTyped
Possible Workarounds
See Current Behaviour. It's not convenient to call getAllVariablesTyped on the external task, this should be abstracted by the library. Reading variables from external tasks is a common use case (see the ExternalTaskHandler interface).
The text was updated successfully, but these errors were encountered:
Scenario
1.2.8
7.17.0
Current Behaviour
Wanted Behaviour
Possible Workarounds
See
Current Behaviour
. It's not convenient to callgetAllVariablesTyped
on the external task, this should be abstracted by the library. Reading variables from external tasks is a common use case (see theExternalTaskHandler
interface).The text was updated successfully, but these errors were encountered: