Create an ActivityDefinition
Last updated
Last updated
Applications that can be launched MUST be the publisher of the ActivityDefinition
.
Koppeltaal adds three extensions to the ActivityDefinition
resource:
endpoint
Every ActivityDefinition
must refer to an Endpoint
Resource. The value of this Endpoint
must be filled with the URL that the user is sent to while launching a Task
that uses this ActivityDefinition
publisherId
A unique identifier for the client publishing the ActivityDefinition
. This can be used to, for example, retrieve all Tasks that refer to any ActivityDefinition
from publisher X. This can be very useful for subscribing to changes in Tasks
that are relevant to your application. This value requires an id
type value, allowing more freedom of "groups" than the resource-origin
field.
resource-origin
A reference to the Device
that created the Resource. This is set by the Koppeltaal server as it's used by the . This value cannot be set by the client while creating new Resources.