globus-labs/CORRECT action

Execute function on a Globus Compute Endpoint.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
client_idGlobus Client ID to useyes
client_secretGlobus Client secret to useyes
endpoint_uuidGlobus Compute endpoint UUID to run tasks onyes
user_endpoint_configConfiguration values for endpoint that are described and allowed by endpoint administratorsno{}
clone_endpoint_configConfiguration values for endpoint that are described and allowed by endpoint administrators. This config is only used for the cloning of the repo. If no value is provided, it will default to using the user_endpoint_configno{}
resource_specificationResource requirements for individual task executionno{}
function_uuidFunction UUID to run on endpoint. Is overridden if shell_cmd is provided.no""
shell_cmdShell command to execute using Globus Compute. Takes priority over function_uuid and ignores any specified args and kwargs.no""
argsTask input args specified as list of arguments[]
kwargsTask input kwargs specified as a dictionary of kwargs{}
namedescription
responseGlobus SDK HTTP response for task execution
resultTask execution result. Is empty unless response status indicates task succeeded