Skip to main content
Version: 2.2

Actions

Overview

docuteam actions-js is – similar to the java-based docuteam actions – a collection of tasks that are run as atomic operations. The different actions can be used in docuteam feeder to create complex workflows where several steps (actions) work together.

A docuteam action in this context is a TypeScript program that can be started through a CLI wrapper. Currently, actions exist for operations in the following thematic contexts:

Execution

Normally the steps of docuteam actions(-js) are used in a workflow of docuteam feeder. However, they can also be called independently and outside of docuteam feeder. A node.js/npm installation is required, and it is recommended to execute npm link to setup the CLI. The call must be made from the installation directory of docuteam actions-js.

Example: docuteam-actions import -d ./data/example-docuteam.nt -c ./config/config.json

Run docuteam-actions --help for some helper functions.

If you call the step without parameters, the parameters of the step are listed.