WorkflowServerManager

Class

Check Workflow Manager Server statuses.

Refer to ManagerFactory.getManager to get a reference to this class.

Inheritance: WorkflowServerManagerBaseManager

Methods

MethodReturnsNotes
Promise<ServerStatus>

Checks the status of Workflow Manager Server and returns the license capability level.

checkStatus

Class Method
checkStatus(): Promise<ServerStatus>

Checks the status of Workflow Manager Server and returns the license capability level.

Use dark colors for code blocksCopy
1
2
3
const status: ServerStatus = await workflowServerManager.checkStatus();
const success: boolean = status.success;
const hasAdvancedLicense: boolean = status.hasAdvancedLicense;
Returns 
Promise<ServerStatus>

The Workflow Manager Server status.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.