Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 16 Next »

A task defines a step in process diagram. Tasks can be defined as user tasks or module tasks to execute automated steps in workflow. Every task has a list of actions to complete step in workflow.

For a task you can configure following:

Name (Not visible on diagram)
Name of task. Name information are not visible to users and used to identify task.

Caption
Caption of task. Captions are shown to to users and can be localized when needed.

Role
Name of role to assign task. Tasks are may share same roles if assign to same users. If not specified task is assigned to initiator of workflow.

Prework
Script to be executed before task assigned to role. Please refer Prework Script section for more details.

Postwork
Script to be executed after task is completed. Please refer Postwork Script section for more details.

Options
List of task options. Task options are provides quick access to following task properties:

If property enabled related icon is highlighted. Task properties are not limited to options icons, please use context menu to access more advanced properties.

Notification

Configures the notification to be send at task when assigned to users. By default this notification is disabled.

Send Notify Message
Check this field to send notification message.

Template
Template of notification. This option only visible when one or more message template defined.

First Reminder

After task is assigned, configures the reminder notification if task still is not completed. By default 30 minutes is set.

Duration
Duration of first reminder after task is assigned. Duration can be selected from list or can be manually entered in "d.hh:mm:ss" format. 

Template
Template of reminder. This option only visible when one or more message template defined.

Repeating Reminder

After task is assigned or first reminder is sent, configures the repeating notification until task is complete. By default this notification is disabled.

Please use this property with caution, sending too much messages degrades the importance of notifications.

Duration
Duration of repeating reminders. Duration can be selected from list or can be manually entered in "d.hh:mm:ss" format. 

Template
Template of reminder. This option only visible when one or more message template defined.

Deadline

Configures the deadline time and action for assigned tasks to complete automatically.

Duration
Duration of deadline after task is assigned.  Duration can be selected from list or can be manually entered in "d.hh:mm:ss" format. Duration also can be set in prework script in more dynamic behavior.

Action
Action to be selected if deadline occurs. This option is not mandatory if auto completion of task is not requested.

Template
Template of notification message about deadline. This option only visible when one or more message template defined.

Watchers

Configures the watcher role for assigned task. Watcher role is similar to role script they cannot perform any operation on task. Watched tasks are labelled with "Watched" label in user worklists and used for task notification and monitoring purposes.

Watcher Role
Role to assign as watcher.

Send Notify Message
Check this field to send a notification message to watchers.

Template
Template of notification content. This option only visible when one or more message template defined.

Form

Configures the form to be show and form section states. If not specified task uses the default form from pool settings but can be change at task level. 

Evaluation

Configures the task as perform scheduled operations. Depending of task type performs following:

Start Point

If task configured as start point emakin periodically initiates new instances depending on schedule and executes the evaluation script. When any action taken continues to next step on workflow.

Normal

If task configured as intermediate task, emakin periodically checks any all waiting tasks and executes the evaluation script on it. When any action taken continues to next step on workflow.

For evaluation you can configure following:

Enabled
Check this field to enable scheduled operation.

Schedule
Schedule of evaluation. 

Script
Script to execute on scheduled event occurs. 

Common Schedules

Hourly Schedule

Perform every on 10 minutes.

Hourly
<Schedule Name="">
    <Schedule Type="Hourly">
        <Duration>00:10:00</Duration>
    </Schedule>
</Schedule>

Weekly Schedule

Perform every day except sunday and saturday.

Hourly
<Schedule Name="">
    <Schedule Type="Weekly">
        <Day>Sunday</Day>
        <Day>Saturday</Day>
    </Schedule>
</Schedule>
  • No labels