Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionDirectionTypeRequiredExample
DocumentThe name of the document as it is stored in studio.InputDocumentFalse1Application
PageThe name of the page as it is stored in studio.InputPageFalse1-
FileNameThe schema to generate a file name.InputExpressionTrue"Application " + TODAY + ".pdf"
FileTypeThe file type that is to be generated.InputStringTruepdf (specify without quotes)
ConnectionThe connection2 on which the generated file should be stored.InputStringTrueonfilesystem
PersistenceStore a generated document temporary or permanently.InputDomainTruePermanent
CreateInstanceCreate a new instance.InputBooleanTrueYes
RelationThe newly created instance will be linked to the given relation.InputRelationFalseApplications.RelApplication
UpdateFileIDThe file id that should be overwritten.InputAttributeFalse-
FileIDThe attribute that contains the file id.OutputAttributeTrueDocument.Id
AuthorizedRolesSelect roles that are authorized for this documentInputRole(s)FalseJunior, Senior
CaseId

The id of the case where the document is generated for3

When using the Process-Engine the value of this field is set as process_id in the metadata

When using the Case-Engine, this field must be omitted. It will automatically be filled with the caseId during task execution.

InputExpressionFalseControl.CaseId

...