# Conditions-Workflow

The Workflow condition category contains the following conditions categorized as follows:

<table><thead><tr><th width="121.33333333333331">Category</th><th width="294">Type</th><th>Description</th></tr></thead><tbody><tr><td>Instance</td><td>IsCurrentInstanceElapsedTimeComparisonTrue</td><td>Evaluates if the number of seconds in the elapsed time of the current workflow instance meets a specified condition.</td></tr><tr><td></td><td>WorkflowInstanceState</td><td>The WorkflowInstanceState condition is used for evaluating the state of an instance of a specific project job.</td></tr><tr><td>Services</td><td>IsCpuUtilizationComparisonTrue</td><td>The IsCpuUtilizationComparisonTrue condition is used for evaluating the CPU utilization percent of a machine.</td></tr><tr><td></td><td>IsDiskUtilizationComparisonTrue</td><td>The IsDiskUtilizationComparisonTrue is used for evaluating the disk utilization percent of a machine.</td></tr><tr><td></td><td>IsHostAvailable</td><td>The IsHostAvailable condition evaluates host availability by pinging the host with an ICMP message to see if it is available.</td></tr><tr><td></td><td>IsRemoteProcessRunning</td><td>The IsRemoteProcessRunning condition evaluates whether a process is running on a remote machine</td></tr><tr><td></td><td>IsServiceRunning</td><td>The IsServiceRunning condition evaluates whether a service is running</td></tr><tr><td></td><td>IsUrlAvailable</td><td>The IsUrlAvailable condition evaluates whether a Url is available</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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.appstrategy.com/apprules-r-documentation/platform/platform-features/conditions/condition-categories/conditions-workflow.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.
