List Workflows

List all workflows visible to authenticated user

//indico-client-java/com.indico.query/ListWorkflows

# ListWorkflows

[jvm]\
class ListWorkflows(client: IndicoClient) : Query<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Workflow>?, ListWorkflowsGraphQL.Result>

## Constructors

| | |
|---|---|
| ListWorkflows | [jvm]<br>constructor(client: IndicoClient) |

## Functions

| Name | Summary |
|---|---|
| datasetIds | [jvm]<br>fun datasetIds(ids: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;?): ListWorkflows<br>List of dataset ids to filter by |
| query | [jvm]<br>open override fun query(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;Workflow&gt;<br>Queries the server and returns Workflow List |
| refresh | [jvm]<br>open override fun refresh(obj: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;Workflow&gt;?): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;Workflow&gt;? |
| workflowIds | [jvm]<br>fun workflowIds(ids: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;?): ListWorkflows<br>List of workflow ids to filter by |