Documentation ¶
Overview ¶
* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
View Source
const ( SUCCESS = "Success" SUCCESS_WITH_DATA = "Success with Data" ERROR = "Error with Message" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TxnResponseActivity ¶
type TxnResponseActivity struct {
// contains filtered or unexported fields
}
describes the metadata of the activity as found in the activity.json file
func (*TxnResponseActivity) Eval ¶
func (a *TxnResponseActivity) Eval(context activity.Context) (done bool, err error)
func (*TxnResponseActivity) Metadata ¶
func (a *TxnResponseActivity) Metadata() *activity.Metadata
Click to show internal directories.
Click to hide internal directories.