Versions Compared

Key

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

...

Run a predefined workflow.localrun: Optional.  Available since 2022.01.

  • workflowId (required): The workflow descriptor id of the workflow to run. This id should refer to a workflow that is defined in the WorkflowDescriptors configuration file. The current system time is used as the time zero (T0) for the workflow run.
  • localrun (optional, default=false, available since 2022.0): if set to true, the workflow will be run locally instead on the server. The result of the local run will only be saved on the server if autoSaveToServerAfterLocalRun is set to true.
  • autoSaveToServerAfterLocalRun

...

  • (optional, default=false, available since 2022.01). It can only be set to true if localRun is also true. If autoSaveToServerAfterLocalRun is configured as true, the locally un workflow will be saved on the server.
Code Block
languagexml
linenumberstrue
<runWorkflow>
	<workflowId>ID</workflowId>
	<localRun>true</localRun>
	<autoSaveToServerAfterLocalRun>true</autoSaveToServerAfterLocalRun>
</runWorkflow>
workflowId

...

OpenPdfFile

Opens in a PDF viewer the specified file at the specified bookmark. Note: not all PDF viewer support focus at the specifiek bookmark.

...