SYSPRO Workflow Services > Workflow Samples

Workflow Samples

You use this program to create a workflow from one of the pre-developed workflows and activites provided.

You would typically use a sample as a starting point when creating a workflow or activity for your organization.

Toolbar

Field Description
Workflows These toolbar options are displayed when you select a sample workflow.
View Workflow View and maintain the workflow in the Workflow Designer.
Delete Workflow Delete a workflow version from the system.
Copy Workflow Create a new workflow from the sample.
Activities These toolbar options are displayed when you select a sample activity.
View Activity View the activity details.
Delete Activity Delete an activity from the system.
Copy Activity Create a new activity from the sample.
Export Activity Export the sample activity.

Summary pane

The details of the selected workflow or activity, are displayed in this pane.

Notes pane

A description of the workflow is displayed in this pane, including the sequence of steps it follows. The sample VBScript code can be found here.

Notes and warnings

Types of samples

The activities range from sending emails via SMTP or Microsoft Exchange, calling business objects, creating and maintaining user tasks, XSLT transformation and workflow-to-workflow communication. The range of call business object activities also creates typed classes from the schema-in and schema-out, allowing developers to work with a rich class instead of XML.

Basic sequence to follow when creating a workflow from a sample

  1. Copy the sample workflow to a live company.

  2. Confirm the default workflow credentials (company id, network user, operator names, email address) in the Workflow Designer.

  3. Deploy the workflow.

  4. Implement it in SYSPRO.