Sign Action

In a Signature action, a Signature object is created when the transition occurs. If the parent attribute of the workflow is in a File Object, the file object is automatically converted to PDF (when possible) and associated with the Signature Document Object.

Code Example:

<Transition Value="Draft" NextValue="Released">
  <Action Action="Sign" ActionDataId="mySigningOfFile"/>
</Transition>
<ActionDatas>
  <SignData Id="mySigningOfFile" Reason="Signing for release" IncludeCurrentUserAsSigner="true" SignatureRoleOfCurrentUser="Author">
  </SignData>
</ActionDatas>
</Workflow>

Parameters

Reason (optional)

IncludeCurrentUserAsSigner (optional, default: false)

SignatureToleOfCurrentUser (optional)

Last updated

Was this helpful?