Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listActsPaginated to access the nested member ActSummary
Link copied to clipboard
fun NovaActClient.listActsPaginated(block: ListActsRequest.Builder.() -> Unit): Flow<ListActsResponse>
Paginate over ListActsResponse results.
Link copied to clipboard
fun NovaActClient.listSessionsPaginated(initialRequest: ListSessionsRequest): Flow<ListSessionsResponse>
fun NovaActClient.listSessionsPaginated(block: ListSessionsRequest.Builder.() -> Unit): Flow<ListSessionsResponse>
Paginate over ListSessionsResponse results.
Link copied to clipboard
fun NovaActClient.listWorkflowDefinitionsPaginated(initialRequest: ListWorkflowDefinitionsRequest = ListWorkflowDefinitionsRequest { }): Flow<ListWorkflowDefinitionsResponse>
fun NovaActClient.listWorkflowDefinitionsPaginated(block: ListWorkflowDefinitionsRequest.Builder.() -> Unit): Flow<ListWorkflowDefinitionsResponse>
Paginate over ListWorkflowDefinitionsResponse results.
Link copied to clipboard
fun NovaActClient.listWorkflowRunsPaginated(initialRequest: ListWorkflowRunsRequest): Flow<ListWorkflowRunsResponse>
fun NovaActClient.listWorkflowRunsPaginated(block: ListWorkflowRunsRequest.Builder.() -> Unit): Flow<ListWorkflowRunsResponse>
Paginate over ListWorkflowRunsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listSessionsPaginated to access the nested member SessionSummary
Link copied to clipboard
fun Flow<ListWorkflowDefinitionsResponse>.workflowDefinitionSummaries(): Flow<WorkflowDefinitionSummary>
This paginator transforms the flow returned by listWorkflowDefinitionsPaginated to access the nested member WorkflowDefinitionSummary
Link copied to clipboard
This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary