Versions Compared

Key

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

...

CDMCDImage Added
Excerpt
namecloudtranslator_wfb

A data center/server workflow can be translated into cloud compatible JSON markup using the workflow Workflow Translator for Cloud available in workflow builder.

View file
nameInvalid file id - UNKNOWN_MEDIA_ID
pageSpace Administration
space
Info

This feature can be disabled and hidden from the workflow builder by setting the following dark feature: comalatech.workflows.migration.translator.enabled

The workflow cloud compatible JSON can be copied and then added to a cloud site space using the app workflow code editor in cloud.

As some product features in Cloud are different to data center/server, the workflow builder cloud translator will not translate all the elements and parameters of the data center/server workflow into a cloud compatible JSON workflow.

...

Choose the Workflow Translator button to view the current workflow.

View file
nameInvalid file id - UNKNOWN_MEDIA_ID
pageSpace Administration
spaceCDMCD

...

Choose the Translate button to translate and display the cloud compatible JSON for the workflow.

...

Workflow translator for cloud translates the following elements and their parameters of a server workflow into cloud compatible JSON code.

Excerpt
nametranslatedelements
  • Workflow

    • name

    • description (if present

    • state

      • name

      • description (if present)

      • final

      • color

    • state transitions

...

submit → To select (Submit transition does not exist in Cloud. Select transition used instead)

...

select

      • select*

      • approved

      • rejected

      • updated

      • expired

    • approval

      • name

      • description ((if present)

      • approve button label (if present)

      • reject button label (if present)

Panel
bgColor#EAE6FF

* The submit transition is not translated directly but when present in the server workflow it is created in the cloud compatible JSON code as a select transition with a single destination state.

What is not translated to cloud compatible to JSON?

Unsupported workflow elements not included in the cloud compatible JSON code translation

Excerpt
nameunsupported_elements

Workflow parameters can be created and used in a cloud but these have different functionality to those in server.

...

In cloud, unsupported parameters include

Excerpt
nameunsupported_parameters

For a workflow state

  • hideselection parameter

    • cannot be hidden from the progress bar in the workflow popup

  • taskable parameter

    • manual addition of workflow tasks by a user is not supported

  • changeduedate parameter

    • user by default can edit the due date for a state

For a workflow approval

  • credentials parameter

See also

Comala Document Management Cloud