Locations¶
flowtask.components.Workday.types.locations
¶
LocationType
¶
Bases: WorkdayTypeBase
Handler for the Workday Get_Locations operation.
execute
async
¶
Execute the Get_Locations operation and return a pandas DataFrame.
Supported parameters: - location_id: Specific location ID to fetch (uses Request_References) - location_name: Filter by location name (uses Request_Criteria) - location_type: Filter by location type - location_usage: Filter by location usage - inactive: Filter by inactive status (True/False)
get_location_by_id
async
¶
Convenience method to get a specific location by ID.
get_location_by_name
async
¶
Convenience method to get a specific location by name.
get_locations_by_type
async
¶
Convenience method to get locations by type.