Update of Context Variables

Updates context variables for the specified Mobile Workflow package.

Syntax

void updateMobileWorkflowContextVariables(MobileWorkflowIDVO workflowID, List<MobileWorkflowContextVariableVO> contextVariables) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples