You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/administer/workflow/reference/workflow-editor.html#workflow-editor

In SimpleOne, you can manage your workflows via the Workflow Editor, the interface for creating and updating workflows by arranging activities and connecting them by transitions. 

The editor opens with the default page displaying a list of published workflows. From this tab, you can open existing workflows, and create the new ones.


1. Control Panel

This panel is intended for managing new and existing workflows.

Click the hamburger icon, and you'll be able to:

  • create a new workflow;
  • copy, delete, or publish existing workflow;
  • validate current workflow and show its contexts;
  • open workflow properties.

The Activities tab displays the list of the activities implemented in the system. To add an activity to the workflow you work on, drag and drop it to the canvas.

The Workflows tab displays the list of the workflows available to work on. To open a workflow, click on it.

2. Workflow Canvas

The main part of the interface is occupied by the drawing canvas. In there, you can add activities and configure transitions between them. 

3. Object Properties

Review or define object properties there. This panel appears after clicking on any element on the canvas (either activity or transition). In there, you can operate with the properties listed below:

Если кликнуть два раза на активити

PropertyDescription
NameThe name of the activity.
Activity typeUse this field to specify an activity type (stored in the wf_activity_type dictionary)
DescriptionThe activity description.
XActivity axis coordinate on the canvas.
YActivity ordinate coordinate on the canvas.
Created byReference to the user who has created the record. This field is populated automatically and always read-only.
Updated byReference to the user who has updated the record. This field is populated automatically and always read-only.

Если кликнуть два раза на выходе

PropertyDescription
NameThe name of the exit.
ActivityThis field specifies the main activity for this exit.
Exit conditionSpecify the exit condition, i.e. condition to meet for moving to the next activity.
OrderThis field specifies the order of the exits displaying within the activity.
Activity type exitUse this field to specify the activity type for this exit (stored in the wf_activity_type_exit dictionary).
DescriptionThe exit description.

Если кликнуть два раза на транзишене

PropertyDescription
Activity exitSpecify the exit that will be the start point for the transition.
Activity toSpecify the activity that will be the endpoint of the transition. 

  • No labels