IArtifactSubmitAddin
Add-in responsible for implementing actions to be performed when a document is submitted.
Trigger Event(s): Document submission |
Method | Description | ||
---|---|---|---|
submitArtifact |
Submits an artifact |
||
Parameter |
Type |
Description |
|
artifactDetails |
ArtifactDetails |
Context of the artifact (artifact variables and properties) with read-only access |
|
Returns |
Type |
Description |
|
result |
boolean |
True if submit was successful, otherwise false |
|
submitStep |
Change step in artifact |
||
Parameter |
Type |
Description |
|
artifactDetails |
ArtifactDetails |
Context of the artifact (artifact variables and properties) with read-only access |
|
step |
short |
Artifact step |
|
Returns |
Type |
Description |
|
result |
boolean |
True if change step is allowed, otherwise false |
eSign brings an out-of-the box implementation for this interface that is described below |
Implementation | Default | Description |
---|---|---|
DefaultArtifactSubmitAddin |
✓ |
Does nothing |