Interface DataContext

All Superinterfaces:
DataContextReadOnly
All Known Subinterfaces:
ConditionContext, ScriptTaskContext, SubWorkflowsCompletionContext, SubWorkflowsCreationContext, UserTaskCreationContext, UserTaskWorkItemCompletionContext, WaitTaskOnResumeContext, WaitTaskOnStartContext

public interface DataContext extends DataContextReadOnly
The data context is a container for variables which must be kept during the whole process.

A variable is defined by its name and its value. The name is the identifier of a variable and must therefore be unique in the data context.

  • Method Details

    • setVariableString

      void setVariableString(String aVariableName, String aValue)
      Sets the value of the specified variable in the data context.