# \[REWST - TASK] General: Check Running Org

This workflow serves as a lightweight utility to verify that a workflow is running in the MSP orgs context instead of a customer context.

This is useful for workflows that need to run as the MSP (such as billing counts).

### Inputs

This sub workflow has no inputs.

### Outputs

* **automation\_log**: Standardized Rewst automation log
* **continue\_workflow**: This returns a boolean value indicating whether the parent workflow should continue or not.

### Key tasks

* **BEGIN**: Core integration: noop
* **check\_running\_org**: Validation/verification

### Jinja examples

#### Example 1

```jinja
{{ CTX.should_run }}
```

Used in publishing 'continue\_workflow'


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/subworkflows/rewst-task-general-check-running-org.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
