Skip to main content
This section outlines how to create Sign-Off task definitions in the UI, giving you details on what each field means. In addition, you can check out our video as well:
To create a task definition:
  1. From the Task Configuration screen, click Create Sign-Off Task Definition. This opens the Sign-Off Task Definition panel, where you can specify the details of your task.
  2. Fill in the details of your new task.
  1. In the Workflow section, define the level of scrutiny required.
  1. Set the Scope:
By default, you are not allowed to create definitions on overlapping scopes. This behavior can be disabled by setting the property sign-off.application.overlapping-scopes.allowed=true. See Overlapping scopes for details.
  1. In the Linked Dashboard section, you can select a dashboard to link the task to. This field is optional, but is required to enable the Linked dashboard icon in the Tasks screen. This field can be updated at a later date. Click the field to open the list of available dashboards, and navigate to the required dashboard.
  2. Click Save to save your task, Reset to clear all the fields, or Cancel to close the Sign-Off Task panel without saving. Once you save the task, in the default workflow implementation, it is created with status set to Saved. It is not yet published, so not visible to the specified owner.
  3. Click the Publish button in the middle of the screen to publish your task definition. This opens the Publish dialog, letting you enter a comment, if needed.
  4. Optionally add a comment, then click Publish. You can now see a list of daily tasks in NOT_STARTED status. Head over to the Sign-Off Tasks screen to start working on them.

Overlapping scopes

By default, you are not allowed to create definitions on overlapping scopes. This behavior can be disabled by setting the property sign-off.application.overlapping-scopes.allowed=true. The logic for overlapping scopes is defined as follows:
  1. If you have a top-of-house definition, you are not permitted to create any more definitions.
  2. If you have a definition with scope hierarchy = member 1 and member 2, you are not permitted to create another definition with a scope including hierarchy = member 1 or hierarchy = member 2.
  3. In a parent-child hierarchy, if you have a definition on a member of a parent hierarchy, you are not permitted to create another definition on a member of any children of that hierarchy. For example, say you have a LegalEntity hierarchy with Level 1, Level 2 and Level 3 as children. We have members as follows:
If you have a definition defined with the scope Level 2 = ActiveBank NAM, you are not permitted to create another definition with the scope Level 3 = ActiveBank USA. You are however permitted to create a definition with the scope Level 3 = ActiveBank Ireland or Level 2 = ActiveBank EMEA, as these members do not overlap with the existing definition.

Duplicating task definitions

To speed up task definition, you can copy an existing task definition:
  1. In the Task Configuration screen, find the row of the definition you want to copy, then in the Action column, click the “Copy” button.
This opens the Sign-Off Task Definition panel, where you can edit the details of the task.
  1. Change any details you need, then click Save. The new task definition is created and you can see that the list of tasks is now empty.
  2. Click the Publish button in the middle of the screen to publish your task definition. This opens the Publish dialog, letting you enter a comment, if needed.
  3. Optionally add a comment, then click Publish. You can now see a list of daily tasks in NOT_STARTED status. Head over to the Sign-Off Tasks screen to start working on them.