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 FolderName string `md:"folderName"` // The name of the Case Folder to which the Artifact is to be uploaded. ArtifactName string `md:"artifactName"` // The name of the Artifact to be created or updated. Note that this name does not have to match the name of the file being uploaded. Sandbox string `md:"sandbox"` // The id of the Sandbox that contains the Case Folder. Description string `md:"description"` // A suitable description for the new or updated Artifact. ArtifactContents string `md:"artifactContents"` // The file to be used to update the Artifact. }
Input for the activity
type Output ¶
type Output struct { StatusCode int `md:"statusCode"` Status contentmanagement.Status `md:"status"` Error contentmanagement.Error `md:"error"` }
Output for the activity
Click to show internal directories.
Click to hide internal directories.