WorkflowTriggerHistoriesClient Interface
public interface WorkflowTriggerHistoriesClient
An instance of this class provides access to all the operations defined in WorkflowTriggerHistoriesClient.
Method Summary
Method Details
beginResubmit
public abstract SyncPoller
Resubmits a workflow run based on the trigger history.
Parameters:
Returns:
beginResubmit
public abstract SyncPoller
Resubmits a workflow run based on the trigger history.
Parameters:
Returns:
beginResubmitAsync
public abstract PollerFlux
Resubmits a workflow run based on the trigger history.
Parameters:
Returns:
get
public abstract WorkflowTriggerHistoryInner get(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)
Gets a workflow trigger history.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a workflow trigger history.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a workflow trigger history.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a workflow trigger history.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow trigger histories.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow trigger histories.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow trigger histories.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow trigger histories.
Parameters:
Returns:
resubmit
public abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)
Resubmits a workflow run based on the trigger history.
Parameters:
resubmit
public abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)
Resubmits a workflow run based on the trigger history.
Parameters:
resubmitAsync
public abstract Mono
Resubmits a workflow run based on the trigger history.
Parameters:
Returns:
resubmitWithResponseAsync
public abstract Mono
Resubmits a workflow run based on the trigger history.
Parameters:
Returns:
Applies to
Azure SDK for Java