Skip to content

MethodAdapter - Difference between uri and id  #84

@mosoriob

Description

@mosoriob

What is the difference between workflow id and url?

    @Override
    public String getWorkflowId(String id) {
        // Auto-generated method stub
        return this.getEndpointUrl() + "/api/workflows/" + id;
    }

    @Override
    public String getWorkflowUri(String id) {
        // Auto-generated method stub
        return this.getEndpointUrl() + "/api/workflows/" + id;
    }

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions