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)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>?): 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)<Workflow><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)<Workflow>?): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Workflow>? |
| workflowIds | [jvm]<br>fun workflowIds(ids: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>?): ListWorkflows<br>List of workflow ids to filter by |
Updated 5 days ago