Interface WorkflowEnvironment

    • Method Detail

      • getId

        String getId()
        Returns:
        The id of this environment.
      • getProjectId

        String getProjectId()
        Returns:
        The project id of this environment.
      • getScope

        Scope getScope()
        Returns:
        The scope of this environment.
      • getCreatedAt

        Date getCreatedAt()
        Returns:
        The time that this entity was created at.
      • getUpdatedAt

        Date getUpdatedAt()
        Returns:
        The time that this entity was last updated at.
      • getName

        String getName()
        Returns:
        The name of this environment.
      • getDescription

        String getDescription()
        Returns:
        The description of this environment.
      • getVariables

        Map<String,​Object> getVariables()
        Returns:
        The variables of this environment.