How to enable a form or List for workflow?
Expand the form that you want to enable for workflow, and then expand the Designs node. In the Designs node, right-click the Design child node, and then click Properties. In the Properties sheet, set the following properties. Set to Yes to enable the workflow menu bar on the form. The default setting is No.
How to use subscriptions in workflow services CSOM?
You can use a Subscription Service in the Workflow Services CSOM to explore existing associations and subscriptions, create and delete associations and subscriptions, and request to be notified of events. The WorkflowSubscriptionService object is available through the WorkflowServicesManager class, as shown in the following code examples.
Why are associations called subscriptions in workflow services?
This should clarify, then, why workflow associations are now called subscriptions within the API (that is, under the covers). You can use a Subscription Service in the Workflow Services CSOM to explore existing associations and subscriptions, create and delete associations and subscriptions, and request to be notified of events.
How are workflow associations created in SharePoint 1.0?
SharePoint and Workflow Manager 1.0 use the PubSub model to create associations. Workflow associations are created as subscriptions on topics. For instance, an association for workflow definition may be created on list and set to start automatically when items are added to the list.
How to enable workflow in Microsoft Dynamics AX?
In Microsoft Dynamics AX, each form or list that is to be used by workflow must be enabled for workflow. This topic describes the steps to enable a form for workflow. It also describes the steps to enable a list for workflow.
Where does the workflow menu bar go on a form?
This topic describes the steps to enable a form for workflow. It also describes the steps to enable a list for workflow. When a form is enabled for workflow, the workflow menu bar is automatically inserted at the top of the form, below the form title bar or action pane.