Skip to content

SDK throws error on asynchronous workflow execution #59

@ksatzke

Description

@ksatzke

Context:

when calling execute_async in https://github.com/knix-microfunctions/knix/blob/master/mfn_sdk/mfn_sdk/workflow.py,
it throws "AttributeError: 'MfnClient' object has no attribute 'host'" on bare metal installation when executing:

return Execution(self.client, self.client.host+r.headers['Location'])

Expected Behaviour

execute_async should return an object usable for querying for asynchronous execution results

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenv/allTo indicate something that applies to all environmentsfinishedWhen a bug is fixed or a feature has been implemented

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions