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 2 Current »

Introduction

The CreateAcknowledge user interaction can be used to get to acknowledgment of a user. The user will be presented with a message and the option to simply acknowledge the message. You can use this interaction from within workflows where you want the users approval without the option to decline. If a user does not acknowledge within a certain time you can expire the action and execute the appropriate logic. You can build a simple recertification workflow using this activity for instance.

Input Data

Optional text to display

The text or message that will be displayed to the user.

Name of signal that will be send to specific workflow instance

The workflow signal name to trigger once the acknowledgment of the user has been received.

Title translation key of additional fields section

In the UI there is a specific section for additional fields if they are set. You can set this input to change that title. The text should be a translation key.

Description translation key of additional fields section

In the UI there is a specific section for additional fields if they are set. You can set this input to change that description. The text should be a translation key.

Array with objects 

The input array for the fields that should be displayed to the user as a pair of translation key and value.

Target Type

At whom you would like to target the acknowledge. You can target it to a specific core identity, an email address, a mobile number or at users with confirm changes rights (typical some sort of admin or representative of an entity).

Target identifier

Which object this user interaction is for.

Title translation key 

The translation key for the title of the user interaction.

Title

The title of the user interaction.

Description translation key

The translation key for the description of the user interaction.

Description

The description of the user interaction.

  • No labels