8
Bizagi BPM Suite User Guide

Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

  • Upload
    others

  • View
    130

  • Download
    3

Embed Size (px)

Citation preview

Page 1: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

Bizagi BPM SuiteUser Guide

Page 2: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

2Copyright © 2002-2017 Bizagi. All rights reserved. 2

Table of Contents

Part I Configuring and using theHand signature Widget 3

Page 3: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

PartIConfiguring and using theHand signature Widget

Page 4: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

4Copyright © 2002-2017 Bizagi. All rights reserved.

Configuring and using the Hand signature Widget

OverviewThe Hand signature Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to display a sign pad in your processes to allow end users to

sign off approvals.

Before you startIn order to test and use this Widget, you will need:

1. Bizagi Studio previously installed.

2. This specific Widget previously installed, either as described at http://help.bizagi.com/bpmsuite/

en/index.html?widget_xchange.htm, or as described at http://help.bizagi.com/bpmsuite/en/

index.html?widgets_manualinst.htm.

Data model considerationsIn order to use this Widget, you need in your data model:

Page 5: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

5Copyright © 2002-2017 Bizagi. All rights reserved.

· Use an image type attribute to store the signature image.

· Alternatively, use extended text type attribute which holds the message you want to display.

It is strongly recommended to use such type of attribute due to the fact that using a different type

of attribute will not be able to fully store the bytes representing the hand signature (i.e avoid using

a string attribute).

Properties configurationIn order to configure this Widget once it is installed in your project, include it in any form and set it

properties in the Forms designer, just as you would do with any other type of Bizagi control.

Page 6: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

6Copyright © 2002-2017 Bizagi. All rights reserved.

Consider the following properties.

PROPERTY POSSIBLE VALUES DEFAULT VALUE /

SUGGESTED

Data binding A string type attribute which

holds the encoded bytes

representing the captured

signature.

Not applicable.

This property is mandatory.

Image Data Binding An image file attribute to store

the signature image.

It is encouraged to use this

attribute, so that you can later

on map the image for further

uses (e.g to a document

template).

Not applicable.

This property is optional.

Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that

control should be displayed in a given form or not (e.g, by using a business rule).

This Widget is designed (makes the most of its feature) when used as editable.

This Widget has a Reset button to clear the signature field when signing.

Page 7: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z

7Copyright © 2002-2017 Bizagi. All rights reserved.

For complete documentation or more information about this Widget's possibilities (e.g, if you wish

to customize and extend it), refer to the information about the implemented jQuery Plugin at

https://willowsystems.github.io/jSignature/#/about/.

Page 8: Bizagi BPM Suite documentation · Bizagi BPM Suite documentation Author: Bizagi Keywords: Bizagi, BPM Created Date: 20170526100619Z