Freigeben über


Workflow.UpdateStages.WithState Interface

public static interface Workflow.UpdateStages.WithState

The stage of the Workflow update allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract Update withState(WorkflowState state)

Specifies the state property: The state..

Method Details

withState

public abstract Workflow.Update withState(WorkflowState state)

Specifies the state property: The state..

Parameters:

state - The state.

Returns:

the next definition stage.

Applies to