Documentation
¶
Overview ¶
* BSD 3-Clause License * Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
* BSD 3-Clause License * Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
// contains filtered or unexported fields
}
Activity is an activity that is used to invoke a REST Operation
type Input ¶
type Input struct {
Region string `md:"region"`
Cookie map[string]interface{} `md:"cookie"` // TIBCO Cloud cookie
AccessToken string `md:"accessToken"` // AccessToken for Outh 2.0
ID string `md:"id"`
ApplicationID string `md:"applicationId"`
SandboxID string `md:"sandboxd"`
Data string `md:"data"`
}
Input for the activity
type Output ¶
type Output struct {
ID string `md:"id"`
ApplicationID string `md:"applicationId"`
SandboxID string `md:"sandboxd"`
CaseReference string `md:"caseReference"`
CaseIdentifier string `md:"caseIdentifier"`
Data string `md:"data"`
}
Output for the activity
Click to show internal directories.
Click to hide internal directories.