check_applications_publish_status
Check the publication status of each application in a given list and return whether it is published.
Instructions
Check publication status for each application in the provided list.
app_info structure is [{"name":["ACTUAL application_class_name"]}]
Args: app_info: List of application objects to check
Returns: Dict with publication status for each application. Each app will have 'published' field: True if published, False if not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_info | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||