Class ActivityUpdateRequest

    • Constructor Detail

      • ActivityUpdateRequest

        public ActivityUpdateRequest()
    • Method Detail

      • getVariables

        @Nullable
        public String getVariables()
        Activity variables to update. **Note**: if there is no data with the specified name in the activity, the update will be applied to the process data if a variable with the specified name exists. **Note**: if the task definition includes a connector that is executed on finish and updates the value of a variable, the value set by the REST API call is overwritten.
        Returns:
        variables
      • setVariables

        public void setVariables​(String variables)
      • getState

        @Nullable
        public String getState()
        The target state of the activity - Execute a task: `completed` - Skip activity: `skipped` - Make this call after all failed connectors have been reset ![edition](https://img.shields.io/badge/edition-entreprise-blue) - Replay activity: `replay`
        Returns:
        state
      • setState

        public void setState​(String state)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object