GetNextRuns Function

Gets next runs.

Bound entities

Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.

Entity Type Binding Type
flowtrigger collection

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
connectionReferenceIds
Edm.String True False

The connection reference ids used by get next runs.

workflowIds
Edm.String True False

The workflow ids used by get next runs.

runCount
Edm.Int32 True True

The number of run to get.

startTime
Edm.DateTimeOffset True True

The start time used by get next runs.

triggerIds
Edm.String True False

The trigger ids used by get next runs.

Return type

Type Nullable Description
GetNextRunsResponse False Contains the response of the GetNextRuns function.

See also