v3.55.0
Added
-
FlowsClient.create_flow
andFlowsClient.update_flow
now supportrun_managers
andrun_monitors
. (#1164) -
SpecificFlowClient.run_flow()
now supportsactivity_notification_policy
as an argument, allowing users to select when their run will notify them. A new helper,RunActivityNotificationPolicy
, makes construction of valid policies easier. (#1167)
Changed
-
The initialization of a client with a
GlobusApp
has been improved and is now available under the publicattach_globus_app
method on client classes. Attaching an app is only valid for clients which were initialized without an app or authorizer. (#1137) -
When a
GlobusApp
is used with a client, that client'sapp_scopes
attribute will now always be populated with the scopes that it passed back to the app. (#1137)