Base class representing subscriptions for the external workflow host.
boolean
Gets the unique ID of the workflow definition to activate.
any
Gets a boolean value that specifies if the workflow subscription is enabled. When disabled, new instances of the subscription cannot be started, but existing instances will continue to run.
boolean
Gets the logical source instance name of the event. (GUID)
string
Gets or sets the list of event types for which the subscription is listening. For SharePoint events, these will map to a value in the SPEventReceiverType enumeration.
Array<string>
Unique identifier (GUID) of the workflow subscription
string
Boolean value that specifies whether multiple workflow instances can be started manually on the same list item at the same time. This property can be used for list workflows only.
boolean
Gets the name of the workflow subscription for the specified event source.
any
string
Gets the properties and values to pass to the workflow definition when the subscription is matched.
any
boolean
Gets the name of the workflow status field on the specified list.
string
This method is internal and is not intended to be used in your code.
boolean
boolean
Sets the name-value pairs for workflow definition initiation parameters that are stored in the PropertyDefinitions property
Sets the unique ID of the workflow definition to activate.
any
Sets a boolean value that enables or disables the workflow subscription. When disabled, new instances of the subscription cannot be started, but existing instances will continue to run.
boolean
Sets the logical source instance name of the event. (GUID)
string
Gets or sets the list of event types for which the subscription is listening. For SharePoint events, these will map to a value in the SPEventReceiverType enumeration.
Array<string>
Unique identifier (GUID) of the workflow subscription
string
Boolean value that specifies whether multiple workflow instances can be started manually on the same list item at the same time. This property can be used for list workflows only.
boolean
Sets the name of the workflow subscription for the specified event source.
any
Gets or sets the name of the workflow status field on the specified list.
string