Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescription
NameSpecify the activity type name (for example, "Begin").
DescriptionSpecify the activity type description.
Active

Select this checkbox to activate or deactivate this activity type.

Note

If you unselect this checkbox, then you'll not be able to use this activity type when creating or modifying activities.


ScriptIn this field, you can specify a JS-script implementing the logic of the activity. You are free to use SimpleOne Server-Side API there.
ImageSpecify the favicon that will be displayed in the workflow editor for this activity.
Activity type categorySpecify a category for the activity creating.
Activity tableThis is a reference field where you can specify a table for this activity type created before.

создать активити тайп экзиты


Create an activity type

...

exit


To create an activity type exit, please complete the steps below:

  1. Navigate to {your_instance_url}/list/wf_activity
  2. Click New, fill in the fields and click Save.

Name - activity name.

Workflow version - выберите воркфлоу, к которой привязывается эта активити (странно, что поле обязательное). А если я просто создаю новый тип активити?

Activity type - тип активити - должна быть заранее создана:

    

Для каждой активити необходимо прописывать выходы (activity exits). Они хранятся в таблице wf_activity_type_exit, и зависят от типа активити.

  1. Navigate to {your_instance_url}/list/wf_activity_type_exit;
  2. Click New, fill in the fields and click Save.

Name - наименование

Activity type - тип активити, для которых может быть использован этот тип выхода;

Exit condition - условие, которое должно сработать для выхода.

Description - описание

...

Activity type exit form fields

FieldDescription
NameActivity type exit name.
DescriptionActivity type exit description.
Exit conditionSpecify a trigger condition that must be met to exit the activity.
OrderSpecify the exit order on the activity block. The order is defined in ascending order, and exits are displayed on the activity block from the upside-down depending on their order.