TaskView

Description

This activity returns the Portal url to get an HTML page to display a DoscMarshal task.


Misc

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Settings

ReturnUrl InArgument<String>

The url where you will be redirected when the task is completed. If it is left null you won't be redirected.


Task

SessionId InArgument<String>

The static session id for user authentication.

When you share a profile stored in a DocsMarshal using an URL if you try to open it, you will be redirected to the login page. If you don't want this to happen you can set this argument as a user's static session id in DocsMarshal. Now if you try to open that URL, DoscMarshal knows the static session id so it won't redirect you to the login page.

TaskExternalId InArgument<String> REQUIRED

The ExternaId of the task you want to display.

TaskId InArgument<Guid> REQUIRED

The unique identifier of the task you want to display.